We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6be325f + d593faf commit a7a5702Copy full SHA for a7a5702
.github/workflows/test.yaml
@@ -12,7 +12,7 @@ jobs:
12
name: Test
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
16
with:
17
path: app/build
18
key: ${{ runner.os }}-build-${{ hashFiles('app/build.gradle') }}
0 commit comments