Skip to content

Commit b9ef746

Browse files
committed
fixup
1 parent 92701af commit b9ef746

File tree

2 files changed

+102
-102
lines changed

2 files changed

+102
-102
lines changed

.github/workflows/templates/test-make.template.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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:
@@ -39,7 +39,7 @@
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 }}
@@ -111,7 +111,7 @@
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:

0 commit comments

Comments
 (0)