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