Skip to content

Commit 89eaf91

Browse files
committed
udpate workflow
1 parent 830088a commit 89eaf91

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/check.yml

+4-4
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 }}
@@ -71,7 +71,7 @@ jobs:
7171
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7272
7373
- name: Cache pnpm dependencies
74-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
74+
uses: actions/cache@v4
7575
id: pnpm-cache-result
7676
with:
7777
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -111,7 +111,7 @@ jobs:
111111
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
112112
113113
- name: Cache pnpm dependencies
114-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
114+
uses: actions/cache@v4
115115
id: pnpm-cache-result
116116
with:
117117
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -159,7 +159,7 @@ jobs:
159159
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
160160
161161
- name: Cache pnpm dependencies
162-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
162+
uses: actions/cache@v4
163163
id: pnpm-cache-result
164164
with:
165165
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Extract SemVers from tag ([email protected] -> 1 0 0)
3636
- name: Create SemVer outputs
37-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
37+
uses: actions/github-script@v7
3838
id: semver
3939
with:
4040
script: |

.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)