From ce177499ccf9fd2aded3b0426c97e5434c2e8a73 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 24 Oct 2020 18:15:36 -0400 Subject: [PATCH] 0.6.0 --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 067cec6c..810d74fa 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.5.0 + uses: styfle/cancel-workflow-action@0.6.0 with: access_token: ${{ github.token }} #- name: Run Tests @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.5.0 + - uses: styfle/cancel-workflow-action@0.6.0 with: workflow_id: 479426 access_token: ${{ github.token }} @@ -55,7 +55,7 @@ jobs: - _Note_: `workflow_id` can be a Workflow ID (number) or Workflow File Name (string) - _Note_: `workflow_id` also accepts a comma separated list if you need to cancel multiple workflows -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). +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). ## Contributing diff --git a/package.json b/package.json index 66c085a5..e1731216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cancel-workflow-action", - "version": "0.5.0", + "version": "0.6.0", "main": "dist/index.js", "license": "MIT", "scripts": {