diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7e09750..efb8872 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.12.1 + uses: styfle/cancel-workflow-action@0.13.1 with: all_but_latest: true access_token: ${{ github.token }}