File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ runs:
111
111
- name : Cache NSS
112
112
id : cache
113
113
if : env.USE_SYSTEM_NSS == '0' && runner.environment == 'github-hosted'
114
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
114
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
115
115
with :
116
116
path : dist
117
117
key : nss-${{ runner.os }}-${{ inputs.type }}-${{ env.NSS_HEAD }}-${{ env.NSPR_HEAD }}
Original file line number Diff line number Diff line change 70
70
71
71
- name : Download cached main-branch results
72
72
id : criterion-cache
73
- uses : actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
73
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
74
74
with :
75
75
path : ./target/criterion
76
76
key : criterion-${{ runner.name }}-${{ github.sha }}
@@ -240,7 +240,7 @@ jobs:
240
240
241
241
- name : Cache main-branch results
242
242
if : github.ref == 'refs/heads/main'
243
- uses : actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
243
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
244
244
with :
245
245
path : ./target/criterion
246
246
key : criterion-${{ runner.name }}-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments