diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index 9e0b3d2da4b71..16c75acafbf69 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest # timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.11.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: all_but_latest: true access_token: ${{ github.token }}