We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1213443 commit 552f976Copy full SHA for 552f976
.github/workflows/validate.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: 🛑 Cancel Previous Runs
24
- uses: styfle/cancel-workflow-action@0.9.1
+ uses: styfle/cancel-workflow-action@0.11.0
25
26
- name: ⬇️ Checkout repo
27
uses: actions/checkout@v2
@@ -56,7 +56,7 @@ jobs:
56
github.event_name == 'push' }}
57
58
59
60
61
62
0 commit comments