Skip to content

Commit 7bc8f84

Browse files
authored
Merge pull request #987 from JohnTitor/upd-actions
ci: upgrade some actions to address deprecation
2 parents f509ede + f488edf commit 7bc8f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ jobs:
9595

9696
steps:
9797
# Setup: checkout
98-
- uses: actions/checkout@v2
98+
- uses: actions/checkout@v3
9999

100100
# Setup: Store matrix name
101101
- run: echo 'MATRIX_NAME=${{ matrix.arch }}-${{ matrix.toolchain }}-${{ matrix.config }}' >> $GITHUB_ENV
102102

103103
# Setup: Github cache
104-
- uses: actions/cache@v2
104+
- uses: actions/cache@v3
105105
with:
106106
path: /root/.ccache
107107
key: ${{ env.MATRIX_NAME }}-ccache-${{ github.run_id }}

0 commit comments

Comments
 (0)