We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b516efb + 92d0d43 commit e3eaa2cCopy full SHA for e3eaa2c
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
node-version-file: .node-version
23
cache: pnpm
24
- run: pnpm install
25
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
26
with:
27
path: dist/cache
28
key: ${{ runner.os }}-astro-build-${{ github.event_name == 'pull_request' && github.event.pull_request.id || 'main' }}
0 commit comments