Skip to content

Commit

Permalink
Fix incorrect cancel workflow version (#14533)
Browse files Browse the repository at this point in the history
  • Loading branch information
licitdev committed Jul 20, 2022
1 parent 254ba38 commit 9d738d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel
uses: styfle/cancel-workflow-action@0.9.1
uses: styfle/cancel-workflow-action@0.10.0
with:
workflow_id: all
access_token: ${{ github.token }}
Expand Down

0 comments on commit 9d738d1

Please sign in to comment.