From d8f2ab430a2a5cf5aae86a7106de035c4e421391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:22:19 +0000 Subject: [PATCH] Bump jenkins-infra/jenkins-maven-cd-action from 1.2.0 to 1.3.1 Bumps [jenkins-infra/jenkins-maven-cd-action](https://github.com/jenkins-infra/jenkins-maven-cd-action) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/jenkins-infra/jenkins-maven-cd-action/releases) - [Commits](https://github.com/jenkins-infra/jenkins-maven-cd-action/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: jenkins-infra/jenkins-maven-cd-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index aa2e06a..c7ef3cc 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -52,7 +52,7 @@ jobs: distribution: 'adopt' java-version: 8 - name: Release - uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0 + uses: jenkins-infra/jenkins-maven-cd-action@v1.3.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}