File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
--health-retries 5
29
29
steps :
30
30
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
32
32
with :
33
33
path : vendor/bundle
34
34
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
53
53
id : yarn-cache
54
54
run : echo "::set-output name=dir::$(yarn cache dir)"
55
55
- name : Setup cache key and directory for node_modules cache
56
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
57
with :
58
58
path : ${{ steps.yarn-cache.outputs.dir }}
59
59
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 25
25
--health-retries 5
26
26
steps :
27
27
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : vendor/bundle
31
31
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
50
50
id : yarn-cache
51
51
run : echo "::set-output name=dir::$(yarn cache dir)"
52
52
- name : Setup cache key and directory for node_modules cache
53
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54
54
with :
55
55
path : ${{ steps.yarn-cache.outputs.dir }}
56
56
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 25
25
--health-retries 5
26
26
steps :
27
27
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29
29
with :
30
30
path : vendor/bundle
31
31
key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
50
50
id : yarn-cache
51
51
run : echo "::set-output name=dir::$(yarn cache dir)"
52
52
- name : Setup cache key and directory for node_modules cache
53
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54
54
with :
55
55
path : ${{ steps.yarn-cache.outputs.dir }}
56
56
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments