From 7f28bb9a6e78c871a6537d725f530c6744a46f5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:12:29 +0000 Subject: [PATCH] chore(deps): update srvaroa/labeler action to v1.14.0 --- .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 d7c5dfd..2205e63 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.11 + - uses: srvaroa/labeler@v1.14.0 env: GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}"