We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8204d33 + df801cd commit 98e29b7Copy full SHA for 98e29b7
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v6
38
- name: Cache Maven Repository
39
- uses: actions/cache@v4
+ uses: actions/cache@v5
40
with:
41
path: ~/.m2/repository
42
key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
key: maven-site-${{ hashFiles('**/pom.xml') }}
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
key: maven-deploy-${{ hashFiles('**/pom.xml') }}
0 commit comments