Skip to content

Commit ea1219b

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.6.0 to 0.8.0 (#596)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.6.0...3d86a7c) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17b1f21 commit ea1219b

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/cancel-workflow-action@0.6.0
24+
uses: styfle/cancel-workflow-action@0.8.0
2525
with:
2626
access_token: ${{ secrets.GITHUB_TOKEN }}
2727

@@ -55,7 +55,7 @@ jobs:
5555
github.ref) && github.event_name == 'push' }}
5656
steps:
5757
- name: 🛑 Cancel Previous Runs
58-
uses: styfle/cancel-workflow-action@0.6.0
58+
uses: styfle/cancel-workflow-action@0.8.0
5959
with:
6060
access_token: ${{ secrets.GITHUB_TOKEN }}
6161

0 commit comments

Comments
 (0)