We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67e255 commit a70c0d3Copy full SHA for a70c0d3
.github/workflows/build-game.yml
@@ -17,7 +17,7 @@ jobs:
17
submodules: true
18
19
- name: Cache conan
20
- uses: actions/cache@v4
+ uses: actions/cache@v5
21
with:
22
key: conan-win-${{ hashFiles('conanfile.py') }}
23
path: ~/.conan2/
@@ -63,7 +63,7 @@ jobs:
63
64
65
id: cache-conan
66
67
68
key: conan-linux-${{ hashFiles('conanfile.py') }}
69
.github/workflows/sonarcloud.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
34
0 commit comments