Skip to content

Commit ace19dd

Browse files
Update gradle/actions action to v6 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12706e8 commit ace19dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
2929
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
3030
- name: Setup Gradle
31-
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
31+
uses: gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
3232

3333
- name: Build with Gradle Wrapper
3434
run: ./gradlew build
@@ -50,4 +50,4 @@ jobs:
5050
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
5151
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
5252
- name: Generate and submit dependency graph
53-
uses: gradle/actions/dependency-submission@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
53+
uses: gradle/actions/dependency-submission@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626

2727
- name: Setup Gradle
28-
uses: gradle/actions/setup-gradle@v5
28+
uses: gradle/actions/setup-gradle@v6
2929

3030
- name: Build JAR with Gradle
3131
run: ./gradlew build

0 commit comments

Comments
 (0)