From c9665b79f11dd86579e7171f55cba7156762ba7c Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 18 May 2020 18:33:09 -0400 Subject: [PATCH] [tests] Bump cancel-workflow-action to 0.3.2 (#4411) Bumps the `cancel-workflow-action` to version [0.3.2](https://github.com/styfle/cancel-workflow-action/releases/tag/0.3.2) --- .github/workflows/cancel.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index 3722a43e1..f4dab0fc7 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -9,10 +9,10 @@ jobs: cancel: name: 'Cancel Previous Runs' runs-on: ubuntu-latest - timeout-minutes: 3 + timeout-minutes: 2 steps: - - uses: styfle/cancel-workflow-action@0.3.1 + - uses: styfle/cancel-workflow-action@0.3.2 with: workflow_id: 849295, 849296, 849297, 849298 - access_token: ${{ secrets.GITHUB_WORKFLOW_TOKEN }} + access_token: ${{ github.token }}