From e362f7e772f99c2bef7e1cf29710587010598d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:31:54 +0000 Subject: [PATCH] Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java 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/integration.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deliver17.yml b/.github/workflows/deliver17.yml index 8a291f2..dfa028f 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@v4 with: java-version: '17' distribution: 'corretto' diff --git a/.github/workflows/deliver18.yml b/.github/workflows/deliver18.yml index 2916f9f..fb99523 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@v4 with: java-version: '18' distribution: 'corretto' diff --git a/.github/workflows/deliver19.yml b/.github/workflows/deliver19.yml index 2e72929..3fb0067 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@v4 with: java-version: '19' distribution: 'corretto' diff --git a/.github/workflows/deliver20.yml b/.github/workflows/deliver20.yml index ebf2081..b4b4d9e 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@v4 with: java-version: '20' distribution: 'corretto' diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3fc0bb3..7ecd3ff 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@v4 with: java-version: '17' distribution: 'corretto'