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 12f2e15 commit 95e0298Copy full SHA for 95e0298
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Fetch Sources
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
- name: Gradle Wrapper Validation
26
uses: gradle/actions/wrapper-validation@v5
@@ -56,7 +56,7 @@ jobs:
56
ignore-errors: true
57
58
59
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
60
- name: Set up Git
61
run: |
62
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
@@ -117,7 +117,7 @@ jobs:
117
needs: build
118
if: success() && github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
119
120
121
with:
122
fetch-depth: 0
123
- name: Setup JVM
0 commit comments