@@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : Check whether the Guix cache needs updating
119
119
id : check_cache
120
- uses : actions/cache/restore@v3.3.2
120
+ uses : actions/cache/restore@v4.0.0
121
121
with :
122
122
path : ${{ env.guix_cached_paths }}
123
123
key : ${{ steps.cache_name.outputs.ok }}
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Restore the Guix store from cache
135
135
id : restore_cache
136
136
if : ${{ !steps.check_cache.outputs.cache-hit }}
137
- uses : actions/cache/restore@v3.3.2
137
+ uses : actions/cache/restore@v4.0.0
138
138
with :
139
139
path : ${{ env.guix_cached_paths }}
140
140
key : ${{ steps.cache_name.outputs.ok }}
@@ -254,7 +254,7 @@ jobs:
254
254
always() && !cancelled()
255
255
&& !steps.check_cache.outputs.cache-hit
256
256
&& (steps.guix_shutdown.outcome == 'success')
257
- uses : actions/cache/save@v3.3.2
257
+ uses : actions/cache/save@v4.0.0
258
258
with :
259
259
path : ${{ env.guix_cached_paths }}
260
260
key : ${{ steps.saved_cache_name.outputs.name }}
@@ -279,7 +279,7 @@ jobs:
279
279
280
280
- name : Restore the Guix store from cache
281
281
id : restore_cache
282
- uses : actions/cache/restore@v3.3.2
282
+ uses : actions/cache/restore@v4.0.0
283
283
with :
284
284
path : ${{ env.guix_cached_paths }}
285
285
key : ${{ needs.build.outputs.cache_name }}
0 commit comments