Skip to content

Commit e3412d8

Browse files
committed
Update workflow
1 parent 4ecfd06 commit e3412d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ 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.0.0
34+
uses: gradle/actions/setup-gradle@v5
35+
with:
36+
gradle-version: '9.1.0'
3537

36-
- name: Build with Gradle Wrapper
38+
- name: Build with Gradle 9.1.0
3739
run: gradle clean build
3840

3941
# NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
@@ -64,4 +66,4 @@ jobs:
6466
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6567
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
6668
- name: Generate and submit dependency graph
67-
uses: gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
69+
uses: gradle/actions/dependency-submission@v5

0 commit comments

Comments
 (0)