diff --git a/.github/workflows/cancel_workflows.yml b/.github/workflows/cancel_workflows.yml index 5a9265ef3b1..efb8c4e27de 100644 --- a/.github/workflows/cancel_workflows.yml +++ b/.github/workflows/cancel_workflows.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.workflow_run.event == 'pull_request' }} steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.0 with: all_but_latest: true workflow_id: ${{ github.event.workflow.id }}