Update Github actions to avoid deprecation warnings

Change-Id: Ifc7b2b2337bbe03ce44649891830f78381b0749d
This commit is contained in:
Sergiu Deitsch
2023-01-03 22:18:53 +01:00
committed by Sameer Agarwal
parent 285e5f9f45
commit 1e2a24a8bd
4 changed files with 16 additions and 21 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- no-cuda
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Dependencies
run: |
@@ -59,7 +59,7 @@ jobs:
- name: Cache Build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{env.CCACHE_DIR}}
key: ${{matrix.os}}-ccache-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.gpu}}-${{github.run_id}}