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 2a731bf commit f0a7d1eCopy full SHA for f0a7d1e
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
12
13
- name: Gradle Wrapper Validation
14
uses: gradle/actions/wrapper-validation@v4
.github/workflows/publish-release.yml
@@ -13,7 +13,7 @@ jobs:
15
16
17
18
- name: Install JDK 11
19
uses: actions/setup-java@v4
.github/workflows/publish-snapshot.yml
0 commit comments