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 d9f1040 commit 2711e53Copy full SHA for 2711e53
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
key: maven-cache-${{ hashFiles('**/pom.xml') }}
27
28
- name: Set up JDKs
29
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
30
with:
31
distribution: temurin
32
# have Java 17 for Tycho last, as it will be in JAVA_HOME that way
0 commit comments