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 03933ef commit ef9c5b9Copy full SHA for ef9c5b9
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Setup JDK
13
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
14
with:
15
distribution: 'temurin'
16
java-version: ${{ matrix.java }}
.github/workflows/deploy.yml
java-version: '11'
0 commit comments