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 31d7715 + 16b839c commit 709e368Copy full SHA for 709e368
.github/workflows/maven.yml
@@ -52,7 +52,7 @@ jobs:
52
restore-keys: |
53
${{ runner.os }}-maven-
54
- name: Set up JDK ${{ matrix.java }}
55
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
56
with:
57
distribution: 'temurin'
58
java-version: ${{ matrix.java }}
0 commit comments