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