From 76ed134fef54105ecac35983e101c9d54b0d348d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:02:07 +0000 Subject: [PATCH] chore(actions)(deps): bump actions/labeler from 6 to 6.0.1 Bumps [actions/labeler](https://github.com/actions/labeler) from 6 to 6.0.1. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6...v6.0.1) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 911d634..d7f0973 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: Label PR based on pushed file paths continue-on-error: true - uses: actions/labeler@v6 + uses: actions/labeler@v6.0.1 with: repo-token: ${{ secrets.repoAccessToken }} configuration-path: ${{ inputs.labelerConfig }}