Skip to content

Commit fc572a4

Browse files
authored
Update README.md to the correct version (#173)
Update the version to `0.10.0` where `workflow_id` accepts the `all` value in #165.
1 parent 7abdb90 commit fc572a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
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.9.1
23+
uses: styfle/cancel-workflow-action@0.10.0
2424
with:
2525
access_token: ${{ github.token }}
2626
#- name: Run Tests
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
timeout-minutes: 3
4747
steps:
48-
- uses: styfle/cancel-workflow-action@0.9.1
48+
- uses: styfle/cancel-workflow-action@0.10.0
4949
with:
5050
workflow_id: 479426
5151
access_token: ${{ github.token }}
@@ -75,7 +75,7 @@ jobs:
7575
cancel:
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: styfle/cancel-workflow-action@0.9.1
78+
- uses: styfle/cancel-workflow-action@0.10.0
7979
with:
8080
workflow_id: ${{ github.event.workflow.id }}
8181
```
@@ -95,7 +95,7 @@ jobs:
9595
timeout-minutes: 3
9696
steps:
9797
- name: Cancel build runs
98-
uses: styfle/cancel-workflow-action@0.9.1
98+
uses: styfle/cancel-workflow-action@0.10.0
9999
with:
100100
ignore_sha: true
101101
workflow_id: 479426
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: ubuntu-latest
117117
timeout-minutes: 3
118118
steps:
119-
- uses: styfle/cancel-workflow-action@0.9.1
119+
- uses: styfle/cancel-workflow-action@0.10.0
120120
with:
121121
all_but_latest: true
122122
access_token: ${{ github.token }}
@@ -138,7 +138,7 @@ jobs:
138138
actions: write
139139
steps:
140140
- name: Cancel Previous Runs
141-
uses: styfle/cancel-workflow-action@0.9.1
141+
uses: styfle/cancel-workflow-action@0.10.0
142142
with:
143143
access_token: ${{ github.token }}
144144
```

0 commit comments

Comments
 (0)