From ce85fd963c7c779ed2b2f953d703522e498b8c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 11:40:03 +0900 Subject: [PATCH] Bump technote-space/workflow-conclusion-action from 2.1.7 to 2.2 (#4054) Bumps [technote-space/workflow-conclusion-action](https://github.com/technote-space/workflow-conclusion-action) from 2.1.7 to 2.2. - [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/v2.1.7...v2.2) --- updated-dependencies: - dependency-name: technote-space/workflow-conclusion-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly-no-cache.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly-no-cache.yml b/.github/workflows/nightly-no-cache.yml index 55cfb387bf..1615e66eab 100644 --- a/.github/workflows/nightly-no-cache.yml +++ b/.github/workflows/nightly-no-cache.yml @@ -194,7 +194,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@v2.1.7 + - uses: technote-space/workflow-conclusion-action@v2.2 - uses: actions/checkout@v2.3.4 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9884b1e0a7..b535f36375 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -290,7 +290,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@v2.1.7 + - uses: technote-space/workflow-conclusion-action@v2.2 - uses: actions/checkout@v2.3.4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef5a5e0401..e4bea023a9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -290,7 +290,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@v2.1.7 + - uses: technote-space/workflow-conclusion-action@v2.2 - name: Fail build if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure