Skip to content

Commit

Permalink
Use sha for cache action
Browse files Browse the repository at this point in the history
Switches to 4.2.0 for cache action using SHA.
  • Loading branch information
gorkem committed Dec 13, 2024
1 parent 80cc458 commit cc09ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-devmode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
echo "PNPM_CACHE_STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
name: Setup pnpm cache
with:
path: ${{ env.PNPM_CACHE_STORE_PATH }}
Expand Down

0 comments on commit cc09ba8

Please sign in to comment.