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 46808f8 + 5b3235e commit f8e1c40Copy full SHA for f8e1c40
.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