Browse Source

Merge pull request #16784 from cakephp/dependabot/github_actions/styfle/cancel-workflow-action-0.10.1

Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1
othercorey 3 years ago
parent
commit
aeeb65e946
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.0
+    - uses: styfle/cancel-workflow-action@0.10
       with:
         workflow_id: ${{ github.event.workflow.id }}