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 fa000b4 commit a985774Copy full SHA for a985774
.github/workflows/gradle.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
- name: Set up JDK 17
20
uses: actions/setup-java@v5
21
with:
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
environment: deployment
10
11
12
13
14
- name: Set up JDK
0 commit comments