File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-node-and-yarn-cache Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
using : " composite"
9
9
steps :
10
10
- name : Setup Node
11
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
11
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.4
12
12
env :
13
13
# https://github.com/actions/setup-node/issues/733#issuecomment-1489952874
14
14
# https://github.com/actions/cache/blob/04f198bf0b2a39f7230a4304bf07747a0bddf146/tips-and-workarounds.md#cache-segment-restore-timeout
24
24
# Yarn dependencies cannot be cached until yarn is installed
25
25
# WORKAROUND: https://github.com/actions/setup-node/issues/531
26
26
- name : Extract cached dependencies
27
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
27
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.4
28
28
with :
29
29
cache : yarn
30
30
cache-dependency-path : ${{ inputs.cache-dependency-path }}
You can’t perform that action at this time.
0 commit comments