We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a29cb commit e1bd0adCopy full SHA for e1bd0ad
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 #v5.0.4
42
43
path: ~/.m2/repository
44
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments