We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901bb80 commit 80c5563Copy full SHA for 80c5563
.github/workflows/validate.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: 🛑 Cancel Previous Runs
17
- uses: styfle/cancel-workflow-action@0.10.1
+ uses: styfle/cancel-workflow-action@0.11.0
18
19
- name: ⬇️ Checkout repo
20
uses: actions/checkout@v3
@@ -52,7 +52,7 @@ jobs:
52
github.event_name == 'push' }}
53
54
55
56
57
58
0 commit comments