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 5834faa commit 6337ed3Copy full SHA for 6337ed3
.github/workflows/maven-test.yaml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/setup-java@v1
14
with:
15
java-version: 17
16
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
17
18
path: ~/.m2/repository
19
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-java@v1
0 commit comments