Skip to content

Commit 552f976

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.1...0.11.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1213443 commit 552f976

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.9.1
24+
uses: styfle/cancel-workflow-action@0.11.0
2525

2626
- name: ⬇️ Checkout repo
2727
uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
5656
github.event_name == 'push' }}
5757
steps:
5858
- name: 🛑 Cancel Previous Runs
59-
uses: styfle/cancel-workflow-action@0.9.1
59+
uses: styfle/cancel-workflow-action@0.11.0
6060

6161
- name: ⬇️ Checkout repo
6262
uses: actions/checkout@v2

0 commit comments

Comments
 (0)