We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a012d commit 3041608Copy full SHA for 3041608
.github/workflows/continuous_integration.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
# Cancel previous runs of the same branch
26
- name: cancel
27
- uses: styfle/cancel-workflow-action@0.10.1
+ uses: styfle/cancel-workflow-action@0.12.0
28
with:
29
access_token: ${{ github.token }}
30
0 commit comments