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 150fba4 commit 5e7bf48Copy full SHA for 5e7bf48
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v5
18
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
19
with:
20
distribution: 'zulu'
21
java-version-file: .github/workflows/.java-version
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
contents: write
13
14
0 commit comments