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.
1 parent cb717f5 commit 9836c01Copy full SHA for 9836c01
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
echo "MAPS_API_KEY=$MAPS_API_KEY" >> local.properties
33
34
# gradle cache
35
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
36
with:
37
path: ~/.gradle/caches
38
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
0 commit comments