File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 89
89
run : sleep 10
90
90
91
91
- name : Restore cached setup
92
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
92
+ uses : actions/cache/restore@v4
93
93
with :
94
94
fail-on-cache-miss : true
95
95
path : |
@@ -155,7 +155,7 @@ jobs:
155
155
run : sleep 10
156
156
157
157
- name : Restore cached setup
158
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
158
+ uses : actions/cache/restore@v4
159
159
with :
160
160
fail-on-cache-miss : true
161
161
path : |
@@ -319,4 +319,4 @@ jobs:
319
319
"${{ github.event.pull_request.number }}" \
320
320
"${{ github.head_ref }}" \
321
321
"completed"
322
- # ### END Deployment and commenting (non-forked PRs only)
322
+ # ### END Deployment and commenting (non-forked PRs only)
You can’t perform that action at this time.
0 commit comments