diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index c5bd7a3..9e9ceb5 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -44,7 +44,7 @@ jobs: steps: # Cancel previous runs that are not completed - 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 }}