From 445ec5f2533115f87991b21029b671eadb550a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:42:51 +0000 Subject: [PATCH] chore(deps): bump actions/labeler Bumps the actions-deps group with 1 update in the / directory: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6 to 7 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index ae84caf..ea3a938 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label pull request - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true