Skip to content

Commit bb618b7

Browse files
Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#1410)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.0...0.9.1) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5ef015 commit bb618b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
# Cancel previous runs that are not completed
4545
- name: Cancel Previous Runs
46-
uses: styfle/[email protected].0
46+
uses: styfle/[email protected].1
4747
with:
4848
access_token: ${{ github.token }}
4949

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
# Cancel previous runs that are not completed
6868
- name: Cancel Previous Runs
69-
uses: styfle/[email protected].0
69+
uses: styfle/[email protected].1
7070
with:
7171
access_token: ${{ github.token }}
7272

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
# Cancel previous runs that are not completed
4141
- name: Cancel Previous Runs
42-
uses: styfle/[email protected].0
42+
uses: styfle/[email protected].1
4343
with:
4444
access_token: ${{ github.token }}
4545

0 commit comments

Comments
 (0)