We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ad9ecb + 10f2d6f commit 0103022Copy full SHA for 0103022
1 file changed
.github/workflows/maven.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6.0.1
24
25
- name: Set up OpenJDK ${{ env.JAVA_VERSION }}
26
- uses: actions/setup-java@v5.0.0
+ uses: actions/setup-java@v5.1.0
27
with:
28
java-version: ${{ env.JAVA_VERSION }}
29
distribution: "temurin"
0 commit comments