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 3d5cfa5 + a331f45 commit 62ac14bCopy full SHA for 62ac14b
1 file changed
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v7
17
18
- name: Set up JDK ${{ matrix.java-version }}
19
- uses: actions/setup-java@v5.3.0
+ uses: actions/setup-java@v5.4.0
20
with:
21
distribution: 'zulu'
22
java-version: ${{ matrix.java-version }}
@@ -26,7 +26,7 @@ jobs:
26
server-password: MAVEN_PASSWORD
27
28
- name: Cache .m2
29
- uses: actions/cache@v5
+ uses: actions/cache@v6
30
31
path: ~/.m2/repository
32
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments