Skip to content

Commit 749693b

Browse files
authored
Update gradle.yml
1 parent 559ea78 commit 749693b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎.github/workflows/gradle.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333

3434
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3535
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
36+
# uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
37+
3638
- name: Setup Gradle
37-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
39+
uses: gradle/actions/dependency-submission@v4
3840

3941
- name: Grant execute permission for gradlew
4042
run: chmod +x gradlew

0 commit comments

Comments
 (0)