Skip to content

Commit d202e52

Browse files
dependabot[bot]facontidavide
authored andcommitted
build(deps): 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 31d89f4 commit d202e52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-appimage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Setup Emscripten cache
6666
id: cache-emsdk
67-
uses: actions/cache@v5
67+
uses: actions/cache@v6
6868
with:
6969
path: emsdk
7070
key: emsdk-3.1.51-${{ runner.os }}

.github/workflows/ubuntu-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
version: 1.0
2626

2727
- name: Cache CMake files
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: |
3131
~/.cache/cmake

0 commit comments

Comments
 (0)