We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fab11d commit ce10ad5Copy full SHA for ce10ad5
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Cancel running workflows
8
- uses: styfle/cancel-workflow-action@0.9.1
+ uses: styfle/cancel-workflow-action@0.11.0
9
with:
10
access_token: ${{ github.token }}
11
- name: Checkout repo
0 commit comments