From 4ccf5a7969981a410e235c593d6625c889e9f76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:09:22 +0000 Subject: [PATCH] chore(actions)(deps): bump actions/labeler from 6.1.0 to 7.0.0 Bumps [actions/labeler](https://github.com/actions/labeler) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9782bd5..d5f7a62 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v7 - name: Label PR based on pushed file paths continue-on-error: true - uses: actions/labeler@v6.1.0 + uses: actions/labeler@v7.0.0 with: repo-token: ${{ secrets.repoAccessToken }} configuration-path: ${{ inputs.labelerConfig }}