Skip to content
Closed
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Before setup-node, which needs pnpm on PATH to resolve the store cache.
- uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 5

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v7

# Warning and up: the remote-expansion notes in deploy.sh are deliberate,
# the commands are built locally on purpose.
Expand Down
Loading