From e6209c3b67e3d596a0c3f2fac7c087cab8074ae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:07:35 +0300 Subject: [PATCH] Bump technote-space/workflow-conclusion-action from 2.1.6 to 2.1.7 (#3393) --- .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 a1e2269ff8..f4c4074426 100644 --- a/.github/workflows/nightly-no-cache.yml +++ b/.github/workflows/nightly-no-cache.yml @@ -146,7 +146,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.6 + - uses: technote-space/workflow-conclusion-action@v2.1.7 - uses: actions/checkout@v2.3.4 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 9409e1168e..3baaf55a5f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -183,7 +183,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.6 + - uses: technote-space/workflow-conclusion-action@v2.1.7 - uses: actions/checkout@v2.3.4 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5ffe71315f..2c2832d950 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -230,7 +230,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.6 + - uses: technote-space/workflow-conclusion-action@v2.1.7 - name: Fail build if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure