From a9931976942e042d20913848b4a0ed4f30f832e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 13:19:45 +0000 Subject: [PATCH] Bump stCarolas/setup-maven from 4.3 to 4.4 Bumps [stCarolas/setup-maven](https://github.com/stCarolas/setup-maven) from 4.3 to 4.4. - [Release notes](https://github.com/stCarolas/setup-maven/releases) - [Commits](https://github.com/stCarolas/setup-maven/compare/v4.3...v4.4) --- 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 2957ec8..634cf1f 100644 --- a/action.yml +++ b/action.yml @@ -100,7 +100,7 @@ runs: shell: bash id: current-maven - - uses: stCarolas/setup-maven@v4.3 + - uses: stCarolas/setup-maven@v4.4 if: inputs.maven-version != steps.current-maven.outputs.version with: maven-version: '${{ inputs.maven-version }}'