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 5dadd98 commit 7bece1eCopy full SHA for 7bece1e
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v2
28
- name: Set up JDK
29
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
30
with:
31
java-version: ${{ matrix.java }}
32
distribution: 'temurin'
.github/workflows/test.yml
0 commit comments