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 b0520ec commit 6eae3e6Copy full SHA for 6eae3e6
.github/workflows/gradle.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: 'Set up JDK ${{ matrix.java }}'
21
uses: actions/setup-java@v5
22
with:
.github/workflows/publish-release.yml
@@ -9,7 +9,7 @@ jobs:
9
environment: deployment
10
11
12
13
14
- name: Set up JDK
15
0 commit comments