From fa1691ca37adf6d4b84703f7c0815628b08a584b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 08:01:51 +0000 Subject: [PATCH] Bump jenkins-infra/jenkins-maven-cd-action from 1.3.1 to 1.3.3 Bumps [jenkins-infra/jenkins-maven-cd-action](https://github.com/jenkins-infra/jenkins-maven-cd-action) from 1.3.1 to 1.3.3. - [Release notes](https://github.com/jenkins-infra/jenkins-maven-cd-action/releases) - [Commits](https://github.com/jenkins-infra/jenkins-maven-cd-action/compare/v1.3.1...v1.3.3) --- updated-dependencies: - dependency-name: jenkins-infra/jenkins-maven-cd-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 a1fe5fa..8446837 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -54,7 +54,7 @@ jobs: java-version: 8 - name: Release - uses: jenkins-infra/jenkins-maven-cd-action@v1.3.1 + uses: jenkins-infra/jenkins-maven-cd-action@v1.3.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}