diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index fc5a7f2ce47..0d849daa525 100644 --- a/.github/workflows/cancel.yml +++ b/.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.12.1 + - uses: styfle/cancel-workflow-action@0.13.0 with: workflow_id: ${{ github.event.workflow.id }}