From 2bb12fc6bb9c9ea4e508337f53009ca097d1ef8e Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 18 Aug 2023 16:29:57 -0400 Subject: [PATCH] chore(ci): bump `cancel-workflow-action@0.11.0` (#54246) https://github.com/styfle/cancel-workflow-action/releases/tag/0.11.0 --- .github/workflows/cancel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 8149dfac820e4..ca1122146bbc1 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 2 steps: - - uses: styfle/cancel-workflow-action@0.9.1 + - uses: styfle/cancel-workflow-action@0.11.0 with: workflow_id: 444921, 444987, 57419851 access_token: ${{ github.token }}