Skip to content

Commit a5ca9d4

Browse files
dependabot[bot]tbroyer
authored andcommitted
Bump gradle/actions from 5 to 6 in the all group
Bumps the all group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 5 to 6 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 771aeb6 commit a5ca9d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: "temurin"
2020
java-version: "21"
2121

22-
- uses: "gradle/actions/setup-gradle@v5"
22+
- uses: "gradle/actions/setup-gradle@v6"
2323

2424
- run: "./gradlew build"
2525

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
java-version: "21"
2020

2121
- name: "Generate and submit dependency graph"
22-
uses: "gradle/actions/dependency-submission@v5"
22+
uses: "gradle/actions/dependency-submission@v6"

0 commit comments

Comments
 (0)