Skip to content

Commit

Permalink
Fix incorrect cancel workflow version (directus#14533)
Browse files Browse the repository at this point in the history
  • Loading branch information
licitdev authored and qborisb committed Jul 22, 2022
1 parent 3dd650d commit 2cf8c65
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 2cf8c65

Please sign in to comment.