Skip to content

Commit 8439f91

Browse files
dependabot[bot]b1ackviking
authored andcommitted
build(deps): bump actions/cache from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20766aa commit 8439f91

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uv run conan profile detect
7171
7272
- name: Cache Conan packages
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
with:
7575
path: ${{ env.CONAN_HOME }}/p
7676
key: conan-${{ runner.os }}-${{ matrix.config.cc }}-${{ matrix.build.type }}-${{ hashFiles('conanfile.py') }}
@@ -160,7 +160,7 @@ jobs:
160160
uv run conan profile detect
161161
162162
- name: Cache Conan packages
163-
uses: actions/cache@v4
163+
uses: actions/cache@v5
164164
with:
165165
path: ${{ env.CONAN_HOME }}/p
166166
key: conan-${{ runner.os }}-clang-${{ matrix.build.type }}-${{ hashFiles('conanfile.py') }}
@@ -244,7 +244,7 @@ jobs:
244244
uv run conan profile detect
245245
246246
- name: Cache Conan packages
247-
uses: actions/cache@v4
247+
uses: actions/cache@v5
248248
with:
249249
path: ${{ env.CONAN_HOME }}/p
250250
key: conan-${{ runner.os }}-${{ matrix.config.cc }}-${{ matrix.build.type }}-${{ hashFiles('conanfile.py') }}
@@ -325,7 +325,7 @@ jobs:
325325
uv run conan profile detect
326326
327327
- name: Cache Conan packages
328-
uses: actions/cache@v4
328+
uses: actions/cache@v5
329329
with:
330330
path: ${{ env.CONAN_HOME }}/p
331331
key: conan-${{ runner.os }}-${{ matrix.config.cc }}-${{ matrix.build.type }}-${{ hashFiles('conanfile.py') }}
@@ -387,7 +387,7 @@ jobs:
387387
uv run conan profile detect
388388
389389
- name: Cache Conan packages
390-
uses: actions/cache@v4
390+
uses: actions/cache@v5
391391
with:
392392
path: ${{ env.CONAN_HOME }}/p
393393
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py') }}

0 commit comments

Comments
 (0)