Skip to content

Commit 26a4384

Browse files
committed
update to v4
1 parent 7da9895 commit 26a4384

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3232
3333
- name: Cache pnpm dependencies
34-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
34+
uses: actions/cache@v4
3535
id: pnpm-cache-result
3636
with:
3737
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -72,7 +72,7 @@ jobs:
7272
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7373
7474
- name: Cache pnpm dependencies
75-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
75+
uses: actions/cache@v4
7676
id: pnpm-cache-result
7777
with:
7878
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -112,7 +112,7 @@ jobs:
112112
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
113113
114114
- name: Cache pnpm dependencies
115-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
115+
uses: actions/cache@v4
116116
id: pnpm-cache-result
117117
with:
118118
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3333
3434
- name: Cache pnpm dependencies
35-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
35+
uses: actions/cache@v4
3636
id: pnpm-cache-result
3737
with:
3838
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

0 commit comments

Comments
 (0)