Skip to content

Commit 0c90431

Browse files
build(deps): bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#323)
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 9932fcb commit 0c90431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Cancel Previous Runs
24-
uses: styfle/cancel-workflow-action@0.8.0
24+
uses: styfle/cancel-workflow-action@0.9.0
2525
with:
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727

@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Cancel Previous Runs
61-
uses: styfle/cancel-workflow-action@0.8.0
61+
uses: styfle/cancel-workflow-action@0.9.0
6262
with:
6363
access_token: ${{ secrets.GITHUB_TOKEN }}
6464
- name: Checkout
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Cancel Previous Runs
94-
uses: styfle/cancel-workflow-action@0.8.0
94+
uses: styfle/cancel-workflow-action@0.9.0
9595
with:
9696
access_token: ${{ secrets.GITHUB_TOKEN }}
9797
- name: Checkout

0 commit comments

Comments
 (0)