diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4f47922..2fbbb6e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 15 steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/lint-typescript.yml b/.github/workflows/lint-typescript.yml index f7cfdf4..96ea3fc 100644 --- a/.github/workflows/lint-typescript.yml +++ b/.github/workflows/lint-typescript.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 8409b80..65ea55d 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 5 steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }}