diff --git a/.github/workflows/authors-file.yml b/.github/workflows/authors-file.yml index 189349d4aa4..d8801e81024 100644 --- a/.github/workflows/authors-file.yml +++ b/.github/workflows/authors-file.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/backbot.yml b/.github/workflows/backbot.yml index 114c6342f09..dc51d0c6551 100644 --- a/.github/workflows/backbot.yml +++ b/.github/workflows/backbot.yml @@ -38,7 +38,7 @@ jobs: permission-issues: write # Needed to add comments to the PRs created by Backbot and the original PR. - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ steps.backbot-token.outputs.token }} # To make authenticated git operations. sha: ${{ github.event.pull_request.head.sha }} # Checkout the latest commit of the merged PR. diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3a6c7374e94..1b9e17720e4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Turn on Problem Matcher run: echo "::add-matcher::.github/problem-matchers/gcc.json" diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8293407d8f9..514019caf70 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout HEAD - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0