Skip to content

Commit b1b6f2b

Browse files
build(deps): bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#2045)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.8.0...89f242e) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de261d5 commit b1b6f2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: Cancel Previous Runs
16-
uses: styfle/cancel-workflow-action@0.8.0
16+
uses: styfle/cancel-workflow-action@0.9.0
1717
with:
1818
access_token: ${{ github.token }}
1919

@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151

5252
- name: Cancel Previous Runs
53-
uses: styfle/cancel-workflow-action@0.8.0
53+
uses: styfle/cancel-workflow-action@0.9.0
5454
with:
5555
access_token: ${{ github.token }}
5656

@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999

100100
- name: Cancel Previous Runs
101-
uses: styfle/cancel-workflow-action@0.8.0
101+
uses: styfle/cancel-workflow-action@0.9.0
102102
with:
103103
access_token: ${{ github.token }}
104104

@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113

114114
- name: Cancel Previous Runs
115-
uses: styfle/cancel-workflow-action@0.8.0
115+
uses: styfle/cancel-workflow-action@0.9.0
116116
with:
117117
access_token: ${{ github.token }}
118118

@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152

153153
- name: Cancel Previous Runs
154-
uses: styfle/cancel-workflow-action@0.8.0
154+
uses: styfle/cancel-workflow-action@0.9.0
155155
with:
156156
access_token: ${{ github.token }}
157157

0 commit comments

Comments
 (0)