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 01f547e + 7986024 commit 97c6dd8Copy full SHA for 97c6dd8
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@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
+ uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
50
with:
51
distribution: 'temurin'
52
java-version: ${{ matrix.java }}
0 commit comments