From fba098fdb75f7ab5290b5429e1ce1cfe6b0aaff0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 21:26:46 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v6 --- .github/workflows/apply-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-labels.yml b/.github/workflows/apply-labels.yml index d572582..a0d8b20 100644 --- a/.github/workflows/apply-labels.yml +++ b/.github/workflows/apply-labels.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ inputs.os }} steps: - name: 🏷️ Apply labels - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: "${{ secrets.token }}"