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 723a5c9 + 5a9034e commit 1667e57Copy full SHA for 1667e57
1 file changed
.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
46
restore-keys: |
47
${{ runner.os }}-maven-
48
- name: Set up JDK ${{ matrix.java }}
49
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
+ uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
50
with:
51
distribution: 'temurin'
52
java-version: ${{ matrix.java }}
0 commit comments