Skip to content

Commit 25c17ee

Browse files
Update actions/cache action to v4.2.1
1 parent 470984a commit 25c17ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: |
2525
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2626
27-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
27+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
2828
name: Setup pnpm cache
2929
with:
3030
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3737
38-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
38+
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
3939
name: Setup pnpm cache
4040
with:
4141
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)