diff --git a/.github/workflows/Cancel.yml b/.github/workflows/Cancel.yml index 652e014a9..76a433596 100644 --- a/.github/workflows/Cancel.yml +++ b/.github/workflows/Cancel.yml @@ -13,7 +13,7 @@ jobs: cancel: runs-on: ubuntu-latest steps: - - uses: styfle/cancel-workflow-action@0.12.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: all_but_latest: true workflow_id: ${{ github.event.workflow.id }}