Skip to content

Commit a70c0d3

Browse files
committed
Update actions/cache action to v5
1 parent b67e255 commit a70c0d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-game.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: true
1818

1919
- name: Cache conan
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
key: conan-win-${{ hashFiles('conanfile.py') }}
2323
path: ~/.conan2/
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Cache conan
6565
id: cache-conan
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
key: conan-linux-${{ hashFiles('conanfile.py') }}
6969
path: ~/.conan2/

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Cache conan
3030
id: cache-conan
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
key: conan-linux-${{ hashFiles('conanfile.py') }}
3434
path: ~/.conan2/

0 commit comments

Comments
 (0)