We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb5dfb commit e268d4cCopy full SHA for e268d4c
1 file changed
.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
with:
43
persist-credentials: false
44
- - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb #v5.0.1
45
46
path: ~/.m2/repository
47
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments