Skip to content

Commit

Permalink
Bump readme to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 12, 2021
1 parent d7e57e2 commit 514c783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.7.0
with:
access_token: ${{ github.token }}
#- name: Run Tests
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.6.0
- uses: styfle/cancel-workflow-action@0.7.0
with:
workflow_id: 479426
access_token: ${{ github.token }}
Expand All @@ -68,7 +68,7 @@ jobs:
timeout-minutes: 3
steps:
- name: Cancel build runs
uses: styfle/cancel-workflow-action@0.6.0
uses: styfle/cancel-workflow-action@0.7.0
with:
ignore_sha: true
workflow_id: 479426
Expand Down

0 comments on commit 514c783

Please sign in to comment.