From a9dfb633c8bc8a7b1abac24cd831f1b0861e5d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:22:20 +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 aa2e06a..fcbf81a 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 }}