diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b4eff6f0a..3e7c12a851 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: uses: andymckay/cancel-action@0.3 - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{github.token}} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d69f47176a..a1bc7c7804 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.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{github.token}} diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index b57044e89f..d3f894f933 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -82,7 +82,7 @@ jobs: echo "wire_builds_target_branches=$wire_builds_target_branches" >> $GITHUB_OUTPUT - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{github.token}}