We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fa41f commit db11813Copy full SHA for db11813
1 file changed
.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39
with:
40
persist-credentials: false
41
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
42
43
path: ~/.m2/repository
44
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments