Skip to content

Commit c9db17e

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed46ce4 commit c9db17e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/app_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
conda install mako
4646
4747
- name: Cache toolchain
48-
uses: actions/cache@v5
48+
uses: actions/cache@v6
4949
env:
5050
cache-name: cache-toolchain
5151
with:

.github/workflows/main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
libvirglrenderer-dev libsdl2-image-dev
5959
6060
- name: Cache toolchain
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
env:
6363
cache-name: toolchain
6464
with:

0 commit comments

Comments
 (0)