Skip to content

Commit ed60192

Browse files
dependabot[bot]neheb
authored andcommitted
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ac25bb commit ed60192

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/on_PR_windows_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
arch: ${{matrix.platform}}
4040

4141
- name: Restore Conan cache
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: ${{github.workspace}}/conanCache
4545
key: ${{runner.os}}-${{matrix.platform}}-${{matrix.build_type}}-Shared${{matrix.shared_libraries}}-${{ hashFiles('conanfile.py') }}

.github/workflows/on_push_BasicWinLinMac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
arch: x64
3131

3232
- name: Restore Conan cache
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ${{github.workspace}}/conanCache
3636
key: ${{runner.os}}-push-win-${{ hashFiles('conanfile.py') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
choco install graphviz
120120
121121
- name: Restore conan cache
122-
uses: actions/cache@v4
122+
uses: actions/cache@v5
123123
with:
124124
path: ${{github.workspace}}/conanCache
125125
key: ${{runner.os}}-release-win-${{ hashFiles('conanfile.py') }}

0 commit comments

Comments
 (0)