File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
run : echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
30
30
shell : bash
31
31
32
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33
33
with :
34
34
path : ${{steps.yarn-cache-dir-path.outputs.dir}}
35
35
key : ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}
Original file line number Diff line number Diff line change 44
44
run : echo "dir=$(corepack yarn config get cacheFolder)" >> $GITHUB_OUTPUT
45
45
shell : bash
46
46
47
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
47
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48
48
with :
49
49
path : ${{steps.yarn-cache-dir-path.outputs.dir}}
50
50
key : ${{runner.os}}-yarn-${{hashFiles('**/yarn.lock')}}
You can’t perform that action at this time.
0 commit comments