diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29d4367415..da6a7535a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,13 +63,13 @@ jobs: steps: - name: Check out full source code for tooling if: ${{ matrix.target == 'linux-gcc-x86_64' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check out latest commit if: ${{ matrix.target != 'linux-gcc-x86_64' }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Restore and update cache if: github.event_name != 'pull_request'