diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 012cdf97..2f564e7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.10.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v3