Skip to content

Commit b22f204

Browse files
authored
Merge pull request #299 from Team-HMH/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 8dbf86a + 0d4ec0e commit b22f204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/develop_PR_builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Gradle cache
21-
uses: actions/cache@v3
21+
uses: actions/cache@v4
2222
with:
2323
path: |
2424
~/.gradle/caches

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
4848

4949
- name: Cache Gradle dependencies
50-
uses: actions/cache@v3
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.gradle/caches
5353
key: gradle-cache-${{ runner.os }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}

0 commit comments

Comments
 (0)