We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43fd83 commit 0fdef8eCopy full SHA for 0fdef8e
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
distribution: 'zulu'
20
java-version: '22'
21
- name: Cache Maven packages
22
- uses: actions/cache@v2
+ uses: actions/cache@v3
23
with:
24
path: ~/.m2
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments