Skip to content

Commit 80c5563

Browse files
chore(deps): bump styfle/cancel-workflow-action from 0.10.1 to 0.11.0 (#119)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 901bb80 commit 80c5563

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 🛑 Cancel Previous Runs
17-
uses: styfle/cancel-workflow-action@0.10.1
17+
uses: styfle/cancel-workflow-action@0.11.0
1818

1919
- name: ⬇️ Checkout repo
2020
uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
5252
github.event_name == 'push' }}
5353
steps:
5454
- name: 🛑 Cancel Previous Runs
55-
uses: styfle/cancel-workflow-action@0.10.1
55+
uses: styfle/cancel-workflow-action@0.11.0
5656

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

0 commit comments

Comments
 (0)