Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down