Skip to content

Commit 77792fe

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#659)
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 73518f9 commit 77792fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: 🛑 Cancel Previous Runs
23-
uses: styfle/[email protected].0
23+
uses: styfle/[email protected].1
2424

2525
- name: ⬇️ Checkout repo
2626
uses: actions/checkout@v2
@@ -52,7 +52,7 @@ jobs:
5252
github.event_name == 'push' }}
5353
steps:
5454
- name: 🛑 Cancel Previous Runs
55-
uses: styfle/[email protected].0
55+
uses: styfle/[email protected].1
5656

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

0 commit comments

Comments
 (0)