We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f509ede + f488edf commit 7bc8f84Copy full SHA for 7bc8f84
1 file changed
.github/workflows/ci.yaml
@@ -95,13 +95,13 @@ jobs:
95
96
steps:
97
# Setup: checkout
98
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
99
100
# Setup: Store matrix name
101
- run: echo 'MATRIX_NAME=${{ matrix.arch }}-${{ matrix.toolchain }}-${{ matrix.config }}' >> $GITHUB_ENV
102
103
# Setup: Github cache
104
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
105
with:
106
path: /root/.ccache
107
key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}
0 commit comments