We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dbf86a + 0d4ec0e commit b22f204Copy full SHA for b22f204
.github/workflows/develop_PR_builder.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Gradle cache
21
- uses: actions/cache@v3
+ uses: actions/cache@v4
22
with:
23
path: |
24
~/.gradle/caches
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
run: echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > ./app/google-services.json
48
49
- name: Cache Gradle dependencies
50
51
52
path: ~/.gradle/caches
53
key: gradle-cache-${{ runner.os }}-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
0 commit comments