From 4e75158f5ac9ee67d87d19944ec93f7d18d0d0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:31:11 +0000 Subject: [PATCH] Bump jenkins-infra/verify-ci-status-action from 1.2.0 to 1.2.1 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] --- .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 be08f5703..6c6d9bc3e 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 }}