Skip to content

Commit b7fda43

Browse files
chore(deps): update actions/cache action to v5 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 652a467 commit b7fda43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040
- name: pnpm cache
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4242
with:
4343
path: ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
4444
key: lint-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7171
- name: pnpm cache
72-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
72+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
7373
with:
7474
path: ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
7575
key: test-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
128128
- name: pnpm cache
129-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
129+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
130130
with:
131131
path: ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
132132
key: release-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)