From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:46:08 +0000 (-0400) Subject: CI: Bump actions/labeler from 5 to 6 X-Git-Tag: v9.1.1744~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ae381786a465021c655a673083bcad15ecb10f;p=thirdparty%2Fvim.git CI: Bump actions/labeler from 5 to 6 Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... closes: #18237 Signed-off-by: dependabot[bot] Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index d23c4d403f..e413603bd4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -17,6 +17,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"