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 1313 test-(@= name @) :
1414 name : Test (@= name @)
1515 needs : # @ needs
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 strategy :
1818 fail-fast : false
1919 matrix :
3939 key : ${{ runner.os }}-make-cache-${{ needs.xref.outputs.hash }}
4040 fail-on-cache-miss : true
4141 - name : RESTORE TEST RESULT CACHE
42- uses : actions/cache@v4
42+ uses : actions/cache/restore @v4
4343 with :
4444 path : /home/runner/test-result-cache/
4545 key : ${{ runner.os }}-test-result-cache-${{ needs.xref.outputs.hash }}-(@= name @)-${{ github.run_number }}-${{ github.run_attempt }}
111111 test-rabbitmq_cli :
112112 name : Test rabbitmq_cli
113113 needs : # @ needs
114- runs-on : ubuntu-20.04
114+ runs-on : ubuntu-latest
115115 strategy :
116116 fail-fast : false
117117 matrix :
You can’t perform that action at this time.
0 commit comments