From ce56514eec451a78e51517d49539bdd7e1d76b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 08:12:29 +0000 Subject: [PATCH] Bump actions/setup-java from 3 to 6 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 6. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deliver17.yml | 2 +- .github/workflows/deliver18.yml | 2 +- .github/workflows/deliver19.yml | 2 +- .github/workflows/deliver20.yml | 2 +- .github/workflows/deliver21.yml | 2 +- .github/workflows/integration.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deliver17.yml b/.github/workflows/deliver17.yml index 57bea47..1d9e249 100644 --- a/.github/workflows/deliver17.yml +++ b/.github/workflows/deliver17.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '17' distribution: 'corretto' diff --git a/.github/workflows/deliver18.yml b/.github/workflows/deliver18.yml index 1252a44..c1262db 100644 --- a/.github/workflows/deliver18.yml +++ b/.github/workflows/deliver18.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 18 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '18' distribution: 'corretto' diff --git a/.github/workflows/deliver19.yml b/.github/workflows/deliver19.yml index c9d55da..3a345d0 100644 --- a/.github/workflows/deliver19.yml +++ b/.github/workflows/deliver19.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 19 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '19' distribution: 'corretto' diff --git a/.github/workflows/deliver20.yml b/.github/workflows/deliver20.yml index ef20aed..d3028f7 100644 --- a/.github/workflows/deliver20.yml +++ b/.github/workflows/deliver20.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 20 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '20' distribution: 'corretto' diff --git a/.github/workflows/deliver21.yml b/.github/workflows/deliver21.yml index 4c2fa82..cd5fd05 100644 --- a/.github/workflows/deliver21.yml +++ b/.github/workflows/deliver21.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '21' distribution: 'corretto' diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c889675..1fbf334 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v6 with: java-version: '17' distribution: 'corretto'