Skip to content

Commit 1b4ea04

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

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.6.0
24+
uses: styfle/cancel-workflow-action@0.8.0
2525
with:
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Checkout
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Cancel Previous Runs
58-
uses: styfle/cancel-workflow-action@0.6.0
58+
uses: styfle/cancel-workflow-action@0.8.0
5959
with:
6060
access_token: ${{ secrets.GITHUB_TOKEN }}
6161
- name: Checkout
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Cancel Previous Runs
91-
uses: styfle/cancel-workflow-action@0.6.0
91+
uses: styfle/cancel-workflow-action@0.8.0
9292
with:
9393
access_token: ${{ secrets.GITHUB_TOKEN }}
9494
- name: Checkout

0 commit comments

Comments
 (0)