From 89f242ee29e10c53a841bfe71cc0ce7b2f065abc Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 10 Apr 2021 22:11:46 -0400 Subject: [PATCH] 0.9.0 --- README.md | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 16a1686c..761229b4 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.8.0 + uses: styfle/cancel-workflow-action@0.9.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.8.0 + - uses: styfle/cancel-workflow-action@0.9.0 with: workflow_id: 479426 access_token: ${{ github.token }} @@ -74,7 +74,7 @@ jobs: cancel: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.9.0 with: workflow_id: ${{ github.event.workflow.id }} ``` @@ -94,7 +94,7 @@ jobs: timeout-minutes: 3 steps: - name: Cancel build runs - uses: styfle/cancel-workflow-action@0.8.0 + uses: styfle/cancel-workflow-action@0.9.0 with: ignore_sha: true workflow_id: 479426 @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.9.0 with: all_but_latest: true access_token: ${{ github.token }} diff --git a/package.json b/package.json index 3145c8ee..2d516591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cancel-workflow-action", - "version": "0.8.0", + "version": "0.9.0", "main": "dist/index.js", "license": "MIT", "scripts": {