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 8572cd3Copy full SHA for 8572cd3
.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@16bf8bc8fe830fa669c3c9f914d3eb147c629707 # v4.0.1
35
36
- name: Build with Gradle Wrapper
37
run: ./gradlew build
0 commit comments