Skip to content

Commit eac1e59

Browse files
authored
Merge pull request #51 from EllanServer/dependabot/github_actions/actions/cache-6
ci: bump actions/cache from 5 to 6
2 parents cb6009f + 57144b5 commit eac1e59

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)