diff --git a/README.md b/README.md index 08dc8c84..dc1de619 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.7.0 + uses: styfle/cancel-workflow-action@0.8.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.7.0 + - uses: styfle/cancel-workflow-action@0.8.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.7.0 + - uses: styfle/cancel-workflow-action@0.8.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.7.0 + uses: styfle/cancel-workflow-action@0.8.0 with: ignore_sha: true workflow_id: 479426 diff --git a/package.json b/package.json index 4e5d648a..3145c8ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cancel-workflow-action", - "version": "0.7.0", + "version": "0.8.0", "main": "dist/index.js", "license": "MIT", "scripts": {