Skip to content

Commit 6443106

Browse files
chore(deps): Bump actions/setup-java from 5 to 6 in the pipeline group
Bumps the pipeline group with 1 update: [actions/setup-java](https://github.com/actions/setup-java). Updates `actions/setup-java` from 5 to 6 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pipeline ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e898edd commit 6443106

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-java@v5
22+
- uses: actions/setup-java@v6
2323
with:
2424
distribution: temurin
2525
java-version-file: .java-version

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-java@v5
22+
- uses: actions/setup-java@v6
2323
with:
2424
distribution: temurin
2525
java-version-file: .java-version
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0
5454

55-
- uses: actions/setup-java@v5
55+
- uses: actions/setup-java@v6
5656
with:
5757
distribution: temurin
5858
java-version-file: .java-version

0 commit comments

Comments
 (0)