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 a6c5afb commit 5bfb875Copy full SHA for 5bfb875
.github/workflows/gradle.yml
@@ -31,7 +31,7 @@ jobs:
31
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
32
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
33
- name: Setup Gradle
34
- uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
+ uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
35
36
- name: Build with Gradle Wrapper
37
run: ./gradlew build
0 commit comments