Skip to content

Commit 3dba805

Browse files
authored
Merge pull request #21 from mneiferbag/dependabot/github_actions/gradle/actions-5
Bump gradle/actions from 4 to 5
2 parents 1c7d6a8 + 3e620ee commit 3dba805

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3232
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3333
- name: Setup Gradle
34-
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
34+
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v4
3535

3636
- name: Build with Gradle Wrapper
3737
run: ./gradlew build
@@ -40,7 +40,7 @@ jobs:
4040
# If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.
4141
#
4242
# - name: Setup Gradle
43-
# uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4
43+
# uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v4
4444
# with:
4545
# gradle-version: '8.5'
4646
#
@@ -64,4 +64,4 @@ jobs:
6464
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6565
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
6666
- name: Generate and submit dependency graph
67-
uses: gradle/actions/dependency-submission@v4
67+
uses: gradle/actions/dependency-submission@v5

0 commit comments

Comments
 (0)