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