Skip to content

Commit ef64b6c

Browse files
committed
Update actions/cache action to v5
1 parent d784c8e commit ef64b6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Cache conan
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
key: conan-${{ matrix.os }}-${{ hashFiles('conanfile.txt') }}
2626
path: ~/.conan2/

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
sudo chmod 777 run-sonar-scanner
2828
2929
- name: Cache conan
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
key: conan-linux-${{ hashFiles('conanfile.txt') }}
3333
path: ~/.conan2/

0 commit comments

Comments
 (0)