File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
32
32
33
33
- name : Cache pnpm dependencies
34
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
34
+ uses : actions/cache@v4
35
35
id : pnpm-cache-result
36
36
with :
37
37
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
71
71
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
72
72
73
73
- name : Cache pnpm dependencies
74
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
74
+ uses : actions/cache@v4
75
75
id : pnpm-cache-result
76
76
with :
77
77
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -111,7 +111,7 @@ jobs:
111
111
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
112
112
113
113
- name : Cache pnpm dependencies
114
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
114
+ uses : actions/cache@v4
115
115
id : pnpm-cache-result
116
116
with :
117
117
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -159,7 +159,7 @@ jobs:
159
159
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
160
160
161
161
- name : Cache pnpm dependencies
162
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
162
+ uses : actions/cache@v4
163
163
id : pnpm-cache-result
164
164
with :
165
165
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 34
34
steps :
35
35
# Extract SemVers from tag ([email protected] -> 1 0 0)
36
36
- name : Create SemVer outputs
37
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
37
+ uses : actions/github-script@v7
38
38
id : semver
39
39
with :
40
40
script : |
Original file line number Diff line number Diff line change 32
32
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
33
33
34
34
- name : Cache pnpm dependencies
35
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
35
+ uses : actions/cache@v4
36
36
id : pnpm-cache-result
37
37
with :
38
38
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments