diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f2e76dcfda..e3ce314c45 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{github.token}} diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index e9b49412f9..c6f845dc2b 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -57,7 +57,7 @@ jobs: uses: andymckay/cancel-action@0.3 - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 with: access_token: ${{github.token}}