From fc112d1835959cf4e395de215acdd758f568ef5d Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 05:00:04 +0000 Subject: [PATCH] Update actions/labeler action to v6 Signed-off-by: mend-for-github-com[bot] --- .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 f5abac63..7166abe0 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -21,6 +21,6 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} installation_id: 22958780 - name: Label - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ steps.github_app_token.outputs.token }}