Skip to content

Commit 3d86a7c

Browse files
committed
0.8.0
1 parent bdd2351 commit 3d86a7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
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.7.0
23+
uses: styfle/cancel-workflow-action@0.8.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.7.0
49+
- uses: styfle/cancel-workflow-action@0.8.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.7.0
77+
- uses: styfle/cancel-workflow-action@0.8.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.7.0
97+
uses: styfle/cancel-workflow-action@0.8.0
9898
with:
9999
ignore_sha: true
100100
workflow_id: 479426

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.7.0",
3+
"version": "0.8.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)