From fe42be759859802d0c63c7cbfae119a591e422b7 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Wed, 23 Nov 2022 14:58:48 +0530 Subject: [PATCH] chore: update styfle/cancel-workflow-action --- .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 1913e49c..9fb6d03f 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.10.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: workflow_id: nodejs.yml access_token: ${{ github.token }}