Skip to content

Commit

Permalink
Merge pull request #1 from VirtualLiveLab/ci/cache-action-version
Browse files Browse the repository at this point in the history
ci: use actions/cache v4
  • Loading branch information
sushichan044 authored Apr 20, 2024
2 parents 9807bf6 + 9a09bd6 commit eb84c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-store.outputs.STORE_PATH }}
Expand Down

0 comments on commit eb84c55

Please sign in to comment.