Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Sep 1, 2020
1 parent b278363 commit 465ee2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Cancel previous runs on the same branch
uses: styfle/cancel-workflow-action@0.4.0
uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Cancel previous runs on the same branch
uses: styfle/cancel-workflow-action@0.4.0
uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}

Expand Down

0 comments on commit 465ee2c

Please sign in to comment.