From 615c540f268412e3eece48cf596e24de13f4c51a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:27:25 +0000 Subject: [PATCH] chore(deps): update srvaroa/labeler action to v1.11 --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 925c3c9..d7c5dfd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest name: Label PRs steps: - - uses: srvaroa/labeler@v1.4 + - uses: srvaroa/labeler@v1.11 env: GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}"