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 4311f65 commit 86b1a91Copy full SHA for 86b1a91
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
name: Validate Gradle wrapper
21
22
steps:
23
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
24
- uses: gradle/actions/wrapper-validation@v5
25
26
build:
@@ -34,7 +34,7 @@ jobs:
34
35
36
# Checks-out the repository under $GITHUB_WORKSPACE
37
38
39
# Set JDK
40
- name: Set up JDK
.github/workflows/gradle-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
packages: write
17
18
19
uses: actions/setup-java@v5
with:
0 commit comments