Skip to content

Commit

Permalink
Merge pull request #4 from octet-stream/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4
  • Loading branch information
octet-stream authored Feb 28, 2024
2 parents c574e6b + 4bd9e92 commit 0f3a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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-cache.outputs.STORE_PATH }}
Expand Down

0 comments on commit 0f3a96f

Please sign in to comment.