We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c856054 + a6e5ce5 commit e659d42Copy full SHA for e659d42
.github/workflows/ci-build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: sudo apt-get update
32
33
- name: Cache local Maven repository
34
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
35
with:
36
path: ~/.m2/repository
37
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-build.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: 11
21
22
- name: Cache maven dependencies
23
- uses: actions/cache@v4
+ uses: actions/cache@v5
24
25
path: ~/.m2
26
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments