35
35
# Need this to be able to inquire about origin/master
36
36
filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
37
37
fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
38
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
38
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
39
39
with :
40
40
node-version : ' 20'
41
41
67
67
# Need this to be able to inquire about origin/master
68
68
filter : blob:none # https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/
69
69
fetch-depth : 0 # Default is 1; need to set to 0 to get the benefits of blob:none.
70
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
70
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
71
71
with :
72
72
node-version : ' 20'
73
73
87
87
echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
88
88
89
89
- name : Restore pnpm cache
90
- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
90
+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
91
91
with :
92
92
path : ${{ steps.pnpm-cache.outputs.store }}
93
93
key : ${{ runner.os }}-pnpm-store-cache-
@@ -115,7 +115,7 @@ jobs:
115
115
if : ${{ github.event_name == 'pull_request' }}
116
116
117
117
- name : Upload suggestions
118
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
118
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
119
119
with :
120
120
name : suggestions_${{ matrix.shardId }}_${{ matrix.shardCount }}
121
121
if-no-files-found : ignore
@@ -139,7 +139,7 @@ jobs:
139
139
id : suggestions-dir
140
140
run : echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"
141
141
142
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
142
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
143
143
with :
144
144
path : ${{ steps.suggestions-dir.outputs.path }}
145
145
merge-multiple : true
0 commit comments