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.
2 parents f19597d + 598618f commit 14bc2c2Copy full SHA for 14bc2c2
.github/workflows/ci-docker-dev.yml
@@ -18,7 +18,7 @@ jobs:
18
distribution: 'temurin'
19
java-version: ${{ matrix.jdk }}
20
- name: Cache Maven packages
21
- uses: actions/cache@v3
+ uses: actions/cache@v4
22
with:
23
path: ~/.m2/repository
24
key: ${{ runner.os }}-${{ matrix.exist-version }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/ci.yml
0 commit comments