We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d46b6f + 1500cd3 commit c79cda7Copy full SHA for c79cda7
.github/workflows/gradle.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Fetch Sources
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Gradle Wrapper Validation
26
uses: gradle/actions/wrapper-validation@v4
@@ -56,7 +56,7 @@ jobs:
56
ignore-errors: true
57
58
59
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
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