From 97e3e30ae3beebbaed64c8d9a2d6ba6e081ac6c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:44:02 +0000 Subject: [PATCH] chore(deps): update srvaroa/labeler action to v1.13.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 b5c5ebf6d3..75f028a596 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.12.0 + - uses: srvaroa/labeler@v1.13.0 env: GITHUB_TOKEN: "${{ secrets.NYUW_TOKEN_GH }}"