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 39d6ea6 commit c647c98Copy full SHA for c647c98
.github/workflows/Java CI-CD.yml
@@ -26,7 +26,7 @@ jobs:
26
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
27
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
28
- name: Setup Gradle
29
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
+ uses: gradle/actions/setup-gradle@v4
30
31
- name: Build with Gradle Wrapper
32
run: ./gradlew build
0 commit comments