diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114c6ad529..1d1ba754a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: [self-hosted, cbh-amazon-linux-2023] timeout-minutes: 15 steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 if: github.event_name == 'pull_request' with: fetch-depth: 0 # GitHub checks PRs out based on the merge commit; we want the branch HEAD. ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 if: github.event_name != 'pull_request' with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: app-id: ${{ secrets.GH_APP_ID }} private-key: ${{ secrets.GH_APP_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: fetch-depth: 0 token: ${{ steps.token.outputs.token }}