We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263b853 commit aeb2a44Copy full SHA for aeb2a44
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: Set up JDK ${{ matrix.java }}
25
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
26
with:
27
distribution: 'temurin'
28
java-version: ${{ matrix.java }}
0 commit comments