We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a3661 commit 98b01a8Copy full SHA for 98b01a8
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-maven-
46
- name: Set up JDK ${{ matrix.java }}
47
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
48
with:
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
0 commit comments