diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index e6af5d2..46ef7b7 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Install packages run: sudo apt-get install -y clang-format - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Check format @@ -23,7 +23,7 @@ jobs: os: [ubuntu-20.04, macos-latest, windows-latest] config: [Debug,Release] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 submodules: recursive