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 4bd8d02 commit fe03065Copy full SHA for fe03065
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
contents: write
21
steps:
22
- uses: actions/checkout@v4
23
- - uses: actions/setup-java@v4.0.0
+ - uses: actions/setup-java@v4.5.0
24
with:
25
distribution: temurin
26
java-version: 11
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
27
28
0 commit comments