From d56267aec0454e9477786dcd3f97f8f0b52bc713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Sep 2021 19:04:22 +0000 Subject: [PATCH] Bump stCarolas/setup-maven from 4.1 to 4.2 Bumps [stCarolas/setup-maven](https://github.com/stCarolas/setup-maven) from 4.1 to 4.2. - [Release notes](https://github.com/stCarolas/setup-maven/releases) - [Commits](https://github.com/stCarolas/setup-maven/compare/v4.1...v4.2) --- updated-dependencies: - dependency-name: stCarolas/setup-maven dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0c2fd923..a856e6b3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: maven- - name: Set up Maven - uses: stCarolas/setup-maven@v4.1 + uses: stCarolas/setup-maven@v4.2 with: maven-version: ${{ matrix.maven }}