github: Update GitHub-provided actions so they don't use deprecated Node.js 12

This commit is contained in:
Tobias Brunner
2022-12-02 16:09:41 +01:00
parent 0fea6a7f8e
commit ef525ff980
7 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ jobs:
env:
TEST: tkm
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ${{ env.CCACHE_DIR }}
key: ccache-tkm-${{ github.sha }}