We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08144d + 64b2b97 commit a0e5567Copy full SHA for a0e5567
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
cache: maven
24
25
- name: cache maven packages
26
- uses: actions/cache@v1
+ uses: actions/cache@v5
27
with:
28
path: ~/.m2
29
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments