Skip to content

Commit ce85fd9

Browse files
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](technote-space/workflow-conclusion-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec99db5 commit ce85fd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nightly-no-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
steps:
195195
# run this action to get workflow conclusion
196196
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
197-
- uses: technote-space/workflow-conclusion-action@v2.1.7
197+
- uses: technote-space/workflow-conclusion-action@v2.2
198198

199199
- uses: actions/[email protected]
200200
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
steps:
291291
# run this action to get workflow conclusion
292292
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
293-
- uses: technote-space/workflow-conclusion-action@v2.1.7
293+
- uses: technote-space/workflow-conclusion-action@v2.2
294294

295295
- uses: actions/[email protected]
296296
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
steps:
291291
# run this action to get workflow conclusion
292292
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
293-
- uses: technote-space/workflow-conclusion-action@v2.1.7
293+
- uses: technote-space/workflow-conclusion-action@v2.2
294294

295295
- name: Fail build
296296
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure

0 commit comments

Comments
 (0)