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 427f16e + 882309b commit d6730faCopy full SHA for d6730fa
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: "🧪 Gradle Wrapper Validation"
10
uses: gradle/wrapper-validation-action@v3
11
- name: "🧰 Install JDK"
12
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
13
with:
14
java-version: 1.8
15
java-package: jdk
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
- name: "📥 Check-out"
uses: actions/checkout@v4
16
0 commit comments