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.
2 parents 35663f7 + 375fe56 commit 80012d8Copy full SHA for 80012d8
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- name: Set up JDK 11
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
distribution: 'temurin'
22
java-version: 11
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
0 commit comments