Skip to content

Commit 57144b5

Browse files
ci: 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 cb6009f commit 57144b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v7
7878

7979
- name: Cache native build (CMake)
80-
uses: actions/cache@v5
80+
uses: actions/cache@v6
8181
with:
8282
path: |
8383
build/native/gbmahjong

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: chmod +x ./gradlew
6767

6868
- name: Cache native build (CMake)
69-
uses: actions/cache@v5
69+
uses: actions/cache@v6
7070
with:
7171
path: |
7272
build/native/gbmahjong

0 commit comments

Comments
 (0)