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.
1 parent 86c0e41 commit d8bb856Copy full SHA for d8bb856
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up JDK ${{ matrix.java }}
24
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
25
with:
26
distribution: 'zulu'
27
java-version: ${{ matrix.java }}
0 commit comments