From f8551d0be4aee9e84ff6c45c5110b3bea2010881 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:35:45 +0000 Subject: [PATCH] Update actions/labeler action to v6 --- .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 500ce227c..6cc32cb6c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,7 +7,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 # https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions with: repo-token: "${{ secrets.GH_PAT }}"