Skip to content

Commit ce17749

Browse files
committed
0.6.0
1 parent eb15220 commit ce17749

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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.5.0
23+
uses: styfle/cancel-workflow-action@0.6.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.5.0
49+
- uses: styfle/cancel-workflow-action@0.6.0
5050
with:
5151
workflow_id: 479426
5252
access_token: ${{ github.token }}
@@ -55,7 +55,7 @@ jobs:
5555
- _Note_: `workflow_id` can be a Workflow ID (number) or Workflow File Name (string)
5656
- _Note_: `workflow_id` also accepts a comma separated list if you need to cancel multiple workflows
5757

58-
At the time of writing `0.5.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
58+
At the time of writing `0.6.0` is the latest release but you can select any [release](https://github.com/styfle/cancel-workflow-action/releases).
5959

6060
## Contributing
6161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cancel-workflow-action",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"main": "dist/index.js",
55
"license": "MIT",
66
"scripts": {

0 commit comments

Comments
 (0)