diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c20313..5ddd042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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.