From a933095db51208a246bec159ed66bad0e1812d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:34:21 +0000 Subject: [PATCH] Bump s4u/setup-maven-action from 1.19.0 to 1.20.0 Bumps [s4u/setup-maven-action](https://github.com/s4u/setup-maven-action) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/s4u/setup-maven-action/releases) - [Commits](https://github.com/s4u/setup-maven-action/compare/6c4e9964d4ecb8f1026310cd8618791fd51a8016...ba34de01b7f4ba2ab8e2860df8993a29f4477056) --- updated-dependencies: - dependency-name: s4u/setup-maven-action dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sampleapp-maven-ci-and-deploy-build.yml | 2 +- .github/workflows/sampleapp-maven-ci-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sampleapp-maven-ci-and-deploy-build.yml b/.github/workflows/sampleapp-maven-ci-and-deploy-build.yml index 39dfed0..3e26f19 100644 --- a/.github/workflows/sampleapp-maven-ci-and-deploy-build.yml +++ b/.github/workflows/sampleapp-maven-ci-and-deploy-build.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - name: Set up maven and Java version - uses: s4u/setup-maven-action@6c4e9964d4ecb8f1026310cd8618791fd51a8016 + uses: s4u/setup-maven-action@ba34de01b7f4ba2ab8e2860df8993a29f4477056 with: java-version: 21 maven-version: 3.9.11 diff --git a/.github/workflows/sampleapp-maven-ci-build.yml b/.github/workflows/sampleapp-maven-ci-build.yml index 7d2e2c5..eda4f72 100644 --- a/.github/workflows/sampleapp-maven-ci-build.yml +++ b/.github/workflows/sampleapp-maven-ci-build.yml @@ -14,7 +14,7 @@ jobs: with: persist-credentials: false - name: Set up maven and Java version - uses: s4u/setup-maven-action@6c4e9964d4ecb8f1026310cd8618791fd51a8016 + uses: s4u/setup-maven-action@ba34de01b7f4ba2ab8e2860df8993a29f4477056 with: java-version: 21 maven-version: 3.9.11