40
40
test-bot : false
41
41
42
42
- name : Cache Bundler RubyGems
43
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
43
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44
44
with :
45
45
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
46
46
key : ${{ runner.os }}-rubygems-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
53
53
run : brew install shellcheck shfmt
54
54
55
55
- name : Cache style cache
56
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
56
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
57
with :
58
58
path : ~/.cache/Homebrew/style
59
59
key : syntax-style-cache-${{ github.sha }}
92
92
test-bot : true
93
93
94
94
- name : Cache Bundler RubyGems
95
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
95
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
96
96
with :
97
97
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
98
98
key : ${{ runner.os }}-rubygems-tap-syntax-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -102,7 +102,7 @@ jobs:
102
102
run : brew install-bundler-gems --groups=style
103
103
104
104
- name : Cache style cache
105
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
105
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
106
106
with :
107
107
path : ~/.cache/Homebrew/style
108
108
key : tap-syntax-style-cache-${{ github.sha }}
@@ -266,7 +266,7 @@ jobs:
266
266
test-bot : false
267
267
268
268
- name : Cache Bundler RubyGems
269
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
269
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
270
270
with :
271
271
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
272
272
key : ${{ matrix.runs-on }}-tests-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -281,7 +281,7 @@ jobs:
281
281
run : mkdir tests
282
282
283
283
- name : Cache parallel tests log
284
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
284
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
285
285
with :
286
286
path : tests
287
287
key : ${{ runner.os }}-${{ matrix.test-flags }}-parallel_runtime_rspec-${{ github.sha }}
@@ -505,7 +505,7 @@ jobs:
505
505
506
506
- name : Cache Homebrew Bundler RubyGems
507
507
id : cache
508
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
508
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
509
509
with :
510
510
path : ${{ steps.set-up-homebrew.outputs.gems-path }}
511
511
key : ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
0 commit comments