From 36e9f8847b7c427134b936283875f5fd850e686e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:30:57 +0200 Subject: [PATCH] Bump jenkins-infra/verify-ci-status-action from 1.2.0 to 1.2.1 (#91) Bumps [jenkins-infra/verify-ci-status-action](https://github.com/jenkins-infra/verify-ci-status-action) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/jenkins-infra/verify-ci-status-action/releases) - [Commits](https://github.com/jenkins-infra/verify-ci-status-action/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: jenkins-infra/verify-ci-status-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 3553f23c..32954d85 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -14,7 +14,7 @@ jobs: should_release: ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }} steps: - name: Verify CI status - uses: jenkins-infra/verify-ci-status-action@v1.2.0 + uses: jenkins-infra/verify-ci-status-action@v1.2.1 id: verify-ci-status with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}