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 88bb800 commit 21daaa5Copy full SHA for 21daaa5
.github/workflows/gradle.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
with:
13
fetch-depth: 0
14
- name: Get Fetch Tags
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
17
18
- name: Set up JDK 11
0 commit comments