From 93d9771953c0fccb213c3fc19d17da7594ab7caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:01:07 +0000 Subject: [PATCH] Bump technote-space/workflow-conclusion-action from 1 to 3 Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action) from 1 to 3. - [Release notes](https://github.com/technote-space/workflow-conclusion-action/releases) - [Changelog](https://github.com/technote-space/workflow-conclusion-action/blob/main/.releasegarc) - [Commits](https://github.com/technote-space/workflow-conclusion-action/compare/v1...v3) --- updated-dependencies: - dependency-name: technote-space/workflow-conclusion-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 5c430b6bca7b..43350b82d3ad 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -85,7 +85,7 @@ jobs: steps: # run this action to get workflow conclusion # You can get conclusion by env (env.WORKFLOW_CONCLUSION) - - uses: technote-space/workflow-conclusion-action@v1 + - uses: technote-space/workflow-conclusion-action@v3 - uses: actions/checkout@v2 - uses: JasonEtco/create-an-issue@v2 if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure