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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
11
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
27
+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
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