Skip to content

Commit 58c2f3e

Browse files
committed
Fix more deprecations of GH actions
1 parent afba3e5 commit 58c2f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3939
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
4040
- name: Setup Gradle
41-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
41+
uses: gradle/actions/setup-gradle@v4
4242

4343
- name: Build with Gradle Wrapper
4444
env:
@@ -74,4 +74,4 @@ jobs:
7474
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
7575
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
7676
- name: Generate and submit dependency graph
77-
uses: gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
77+
uses: gradle/actions/dependency-submission@v4

0 commit comments

Comments
 (0)