Skip to content

Commit efae7d0

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (#272)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.10.0...0.10.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3f11cc commit efae7d0

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
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: 🛑 Cancel Previous Runs
24-
uses: styfle/[email protected].0
24+
uses: styfle/[email protected].1
2525

2626
- name: ⬇️ Checkout repo
2727
uses: actions/checkout@v3
@@ -58,7 +58,7 @@ jobs:
5858
github.ref) && github.event_name == 'push' }}
5959
steps:
6060
- name: 🛑 Cancel Previous Runs
61-
uses: styfle/[email protected].0
61+
uses: styfle/[email protected].1
6262

6363
- name: ⬇️ Checkout repo
6464
uses: actions/checkout@v3

0 commit comments

Comments
 (0)