Browse Source

4.x - Fix cancel action constraint.

Partial constraints aren't supported.
Oliver Nowak 3 years ago
parent
commit
54b74e3089
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cancel.yml

+ 1 - 1
.github/workflows/cancel.yml

@@ -13,6 +13,6 @@ jobs:
       actions: write  # for styfle/cancel-workflow-action to cancel/stop running workflows
     runs-on: ubuntu-latest
     steps:
-    - uses: styfle/cancel-workflow-action@0.10
+    - uses: styfle/cancel-workflow-action@0.10.1
       with:
         workflow_id: ${{ github.event.workflow.id }}