Skip to content

Commit d3c03e5

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

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/cancel-workflow-action@0.10.1
23+
uses: styfle/cancel-workflow-action@0.11.0
2424

2525
- name: ⬇️ Checkout repo
2626
uses: actions/checkout@v3
@@ -50,7 +50,7 @@ jobs:
5050
github.ref) && github.event_name == 'push' }}
5151
steps:
5252
- name: 🛑 Cancel Previous Runs
53-
uses: styfle/cancel-workflow-action@0.10.1
53+
uses: styfle/cancel-workflow-action@0.11.0
5454

5555
- name: ⬇️ Checkout repo
5656
uses: actions/checkout@v3

0 commit comments

Comments
 (0)