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.
1 parent 19a3483 commit a75a1d0Copy full SHA for a75a1d0
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
java-version: ${{ matrix.java_version }}
25
distribution: 'zulu'
26
- name: Maven cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
env:
29
cache-name: maven-cache
30
with:
0 commit comments