Skip to content

Commit 514c783

Browse files
committed
Bump readme to 0.7.0
1 parent d7e57e2 commit 514c783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
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.6.0
23+
uses: styfle/cancel-workflow-action@0.7.0
2424
with:
2525
access_token: ${{ github.token }}
2626
#- name: Run Tests
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
timeout-minutes: 3
4848
steps:
49-
- uses: styfle/cancel-workflow-action@0.6.0
49+
- uses: styfle/cancel-workflow-action@0.7.0
5050
with:
5151
workflow_id: 479426
5252
access_token: ${{ github.token }}
@@ -68,7 +68,7 @@ jobs:
6868
timeout-minutes: 3
6969
steps:
7070
- name: Cancel build runs
71-
uses: styfle/cancel-workflow-action@0.6.0
71+
uses: styfle/cancel-workflow-action@0.7.0
7272
with:
7373
ignore_sha: true
7474
workflow_id: 479426

0 commit comments

Comments
 (0)