We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8411043 + 5942656 commit 32dd495Copy full SHA for 32dd495
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
server-password: MAVEN_PASSWORD
27
28
- name: Cache .m2
29
- uses: actions/cache@v4
+ uses: actions/cache@v5
30
with:
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments