Skip to content

Commit 89f242e

Browse files
committed
0.9.0
1 parent 1f01010 commit 89f242e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
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.8.0
23+
uses: styfle/cancel-workflow-action@0.9.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.8.0
49+
- uses: styfle/cancel-workflow-action@0.9.0
5050
with:
5151
workflow_id: 479426
5252
access_token: ${{ github.token }}
@@ -74,7 +74,7 @@ jobs:
7474
cancel:
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: styfle/cancel-workflow-action@0.8.0
77+
- uses: styfle/cancel-workflow-action@0.9.0
7878
with:
7979
workflow_id: ${{ github.event.workflow.id }}
8080
```
@@ -94,7 +94,7 @@ jobs:
9494
timeout-minutes: 3
9595
steps:
9696
- name: Cancel build runs
97-
uses: styfle/cancel-workflow-action@0.8.0
97+
uses: styfle/cancel-workflow-action@0.9.0
9898
with:
9999
ignore_sha: true
100100
workflow_id: 479426
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
timeout-minutes: 3
117117
steps:
118-
- uses: styfle/cancel-workflow-action@0.8.0
118+
- uses: styfle/cancel-workflow-action@0.9.0
119119
with:
120120
all_but_latest: true
121121
access_token: ${{ github.token }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cancel-workflow-action",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)