diff --git a/.github/workflows/test-impact.yml b/.github/workflows/test-impact.yml index 0c95e57..4af74dd 100644 --- a/.github/workflows/test-impact.yml +++ b/.github/workflows/test-impact.yml @@ -23,7 +23,7 @@ jobs: if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository) steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.1 + uses: styfle/cancel-workflow-action@0.13.0 with: access_token: ${{ github.token }}