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 155d22f + 41345c5 commit 5b3235eCopy full SHA for 5b3235e
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Set up JDK with Dependency Caching
24
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
25
with:
26
distribution: 'temurin'
27
java-version: '8'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
java-version: 8
0 commit comments