Skip to content

Commit

Permalink
chore(deps): update styfle/cancel-workflow-action action to v0.8.0 (#193
Browse files Browse the repository at this point in the history
)

Co-authored-by: Dov Shlachter <[email protected]>
  • Loading branch information
renovate-bot and software-dov authored Feb 24, 2021
1 parent 5b260c2 commit 5ebf1a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 }}
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,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 }}
- uses: actions/checkout@v2
Expand All @@ -54,7 +54,7 @@ jobs:
variant: cpp
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 }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5ebf1a9

Please sign in to comment.