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 7649ba6 + 3c677d5 commit f52266bCopy full SHA for f52266b
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: macos-latest
6
steps:
7
- name: "📥 Check-out"
8
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
9
- name: "🧪 Gradle Wrapper Validation"
10
uses: gradle/wrapper-validation-action@v3
11
- name: "🧰 Install JDK"
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: macos-10.15
12
13
uses: actions/setup-java@v5
14
with:
0 commit comments