We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19eb5b commit 3c71e86Copy full SHA for 3c71e86
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version: 11.0.16+8
22
distribution: 'temurin'
23
- name: Cache Maven packages
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ~/.m2
27
key: ${{ runner.os }}-m2
0 commit comments