Update Github actions

This avoids nodejs deprecation warnings.

Change-Id: I6f2c63332018c1483ad3c6d37e87970a4d557533
This commit is contained in:
Sergiu Deitsch
2024-05-20 15:27:42 +02:00
parent 308a5bb434
commit 5de0fda0f2
4 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ jobs:
- no-cuda
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Dependencies
run: |
@@ -72,7 +72,7 @@ jobs:
- name: Cache Build
id: cache-build
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{env.CCACHE_DIR}}
key: ${{matrix.os}}-ccache-${{matrix.build_type}}-${{matrix.lib}}-${{matrix.gpu}}-${{github.run_id}}