From 0a3d1814e6d516a338970b1d42db8ddf1d453ae2 Mon Sep 17 00:00:00 2001 From: Floatpane Bot Date: Tue, 21 Jul 2026 03:36:15 +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 d1ea9d8..99c3c7e 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -15,7 +15,7 @@ jobs: && !contains(fromJSON('["chore/sync-gomod2nix","chore/update-flake-lock","update-screenshots","update-demo-gif"]'), github.head_ref) }} 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