Skip to content

Commit 32876fd

Browse files
authored
Merge pull request #46 from Arbousier1/dependabot/github_actions/actions/cache-5
2 parents a4cd22f + 7325fb9 commit 32876fd

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@v6
7878

7979
- name: Cache native build (CMake)
80-
uses: actions/cache@v4
80+
uses: actions/cache@v5
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@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: |
7272
build/native/gbmahjong

0 commit comments

Comments
 (0)