diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7fe83b2..81ab724 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Cancel similar actions in progress" - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 with: all_but_latest: true access_token: ${{ github.token }}