File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 50
50
- name : Restore yarn cache
51
51
id : restore-yarn-cache
52
52
if : inputs.skip-cache != 'true'
53
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
53
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
54
54
with :
55
55
# Restrict it to the run and attempt for debugging purposes, but in theory
56
56
# these should be fine to persist between runs as well
70
70
shell : bash
71
71
- name : Cache yarn cache
72
72
if : steps.restore-yarn-cache.outputs.cache-hit != 'true' && inputs.skip-cache != 'true'
73
- uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
73
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
74
74
with :
75
75
key : yarn_cache-${{ hashFiles('./yarn.lock') }}-${{ github.run_id }}-${{ github.run_attempt }}
76
76
path : |
80
80
# Build TS files unless it's been specified otherwise
81
81
- name : Restore TS built files if present
82
82
id : restore-ts-build
83
- uses : actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
83
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
84
84
if : |
85
85
inputs.skip-setup != 'true'
86
86
&& inputs.skip-cache != 'true'
@@ -157,7 +157,7 @@ runs:
157
157
if : |
158
158
inputs.skip-setup != 'true'
159
159
&& inputs.skip-cache != 'true'
160
- uses : actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0 .2
160
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
161
161
with :
162
162
key : tsbuild-${{ github.sha }}-${{ github.run_id }}
163
163
path : |
You can’t perform that action at this time.
0 commit comments