From bb348407a18d37e90b52899ae989cf64718fcbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:01:29 +0000 Subject: [PATCH] Bump stCarolas/setup-maven from 4.4 to 4.5 Bumps [stCarolas/setup-maven](https://github.com/stCarolas/setup-maven) from 4.4 to 4.5. - [Release notes](https://github.com/stCarolas/setup-maven/releases) - [Commits](https://github.com/stCarolas/setup-maven/compare/v4.4...v4.5) --- updated-dependencies: - dependency-name: stCarolas/setup-maven dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ca6143f..f60a26b 100644 --- a/action.yml +++ b/action.yml @@ -100,7 +100,7 @@ runs: shell: bash id: current-maven - - uses: stCarolas/setup-maven@v4.4 + - uses: stCarolas/setup-maven@v4.5 if: inputs.maven-version != steps.current-maven.outputs.version with: maven-version: '${{ inputs.maven-version }}'