From 0696de88b06461e852e61d3053eb02ef10714407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:17:35 +0000 Subject: [PATCH] Bump actions/setup-java from 4.0.0 to 4.2.1 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/387ac29b308b003ca37ba93a6cab5eb57c8f5f93...99b8673ff64fbf99d8d325f52d9a5bdedb8483e9) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yml | 2 +- .github/workflows/build.yml | 2 +- CHANGELOG.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 2926bc4..88b8fc3 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonar analysis - name: Set up Java - uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 + uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18c853c..62006ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up Java ${{ matrix.java }} - uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 + uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: distribution: 'zulu' java-version: ${{ matrix.java }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d63db..ba5ac71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Bump com.opengamma.strata:strata-basics from 2.12.28 to 2.12.36 (#376, #379, #383, #386). - Bump com.google.guava:guava from 32.1.3 to 33.0.0 (#378). -- Bump actions/setup-java from 3.13.0 to 4.0.0 (#374). +- Bump actions/setup-java from 3.13.0 to 4.2.1 (#374, #389). - Bump actions/cache from 3.3.2 to 4.0.1 (#381, #385). ### Thanks