From eb5858b7387593e738819c55256aae160fdf0f58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:49:36 +0000 Subject: [PATCH] Update actions/labeler action to v6 | datasource | package | from | to | | ----------- | --------------- | ---- | -- | | github-tags | actions/labeler | v2 | v6 | --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index d92f90e..a0ba750 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.WALL_BREW_BOT_PAT }}"