Skip to content

Commit e3eaa2c

Browse files
authored
Merge pull request #162 from OUCC/update-actions-cache
update actions/cache
2 parents b516efb + 92d0d43 commit e3eaa2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version-file: .node-version
2323
cache: pnpm
2424
- run: pnpm install
25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
with:
2727
path: dist/cache
2828
key: ${{ runner.os }}-astro-build-${{ github.event_name == 'pull_request' && github.event.pull_request.id || 'main' }}

0 commit comments

Comments
 (0)