From 6819d6847bc0cee4bbc66d5b9b448f45cd9df976 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Tue, 21 Jul 2026 05:52:38 +0000 Subject: [PATCH] chore(deps): actions/labeler ^ v7.0.0 --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 5eff770..456ef7a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -14,7 +14,7 @@ jobs: ${{ !startsWith(github.event.pull_request.title, 'chore(deps):') }} runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml