Skip to content

Commit 080f66b

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#600)
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 daee8d6 commit 080f66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
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

2626
- name: ⬇️ Checkout repo
2727
uses: actions/checkout@v2
@@ -53,7 +53,7 @@ jobs:
5353
github.ref) && github.event_name == 'push' }}
5454
steps:
5555
- name: 🛑 Cancel Previous Runs
56-
uses: styfle/cancel-workflow-action@0.8.0
56+
uses: styfle/cancel-workflow-action@0.9.0
5757

5858
- name: ⬇️ Checkout repo
5959
uses: actions/checkout@v2

0 commit comments

Comments
 (0)