File tree Expand file tree Collapse file tree 2 files changed +102
-102
lines changed Expand file tree Collapse file tree 2 files changed +102
-102
lines changed Original file line number Diff line number Diff line change 13
13
test-(@= name @) :
14
14
name : Test (@= name @)
15
15
needs : # @ needs
16
- runs-on : ubuntu-20.04
16
+ runs-on : ubuntu-latest
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
39
39
key : ${{ runner.os }}-make-cache-${{ needs.xref.outputs.hash }}
40
40
fail-on-cache-miss : true
41
41
- name : RESTORE TEST RESULT CACHE
42
- uses : actions/cache@v4
42
+ uses : actions/cache/restore @v4
43
43
with :
44
44
path : /home/runner/test-result-cache/
45
45
key : ${{ runner.os }}-test-result-cache-${{ needs.xref.outputs.hash }}-(@= name @)-${{ github.run_number }}-${{ github.run_attempt }}
111
111
test-rabbitmq_cli :
112
112
name : Test rabbitmq_cli
113
113
needs : # @ needs
114
- runs-on : ubuntu-20.04
114
+ runs-on : ubuntu-latest
115
115
strategy :
116
116
fail-fast : false
117
117
matrix :
You can’t perform that action at this time.
0 commit comments