diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79556dd..a6e18f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: # Depth 1 is enough: the job commits on top of the checked out ref and # pushes one commit whose parent the remote already has. - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: token: ${{ steps.setup-git-user.outputs.token }} @@ -207,7 +207,7 @@ jobs: VERSION: ${{ needs.bump-version.outputs.version }} steps: - name: Checkout the merged bump - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: ${{ needs.bump-version.outputs.merge_sha }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e98b6a1..fd3961b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 # The modules run inside Quarto's Lua and several call `pandoc.*`, so the # tests need the Quarto CLI rather than a standalone Lua interpreter.