We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4607185 + 1f0129f commit 4a4f83bCopy full SHA for 4a4f83b
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Set up JDK ${{ matrix.java }}
20
if: ${{ matrix.java == 17 }}
21
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v4.1.0
22
with:
23
java-version: ${{ matrix.java }}
24
distribution: 'temurin'
0 commit comments