]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump actions/labeler from 5 to 6
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 8 Sep 2025 19:46:08 +0000 (15:46 -0400)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Sep 2025 19:46:08 +0000 (15:46 -0400)
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] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/label.yml

index d23c4d403f5a1edd3bd1c000c08776a57200a5c2..e413603bd4fce92e487ce3ab5382287a0f1c24dc 100644 (file)
@@ -17,6 +17,6 @@ jobs:
       pull-requests: write
 
     steps:
-    - uses: actions/labeler@v5
+    - uses: actions/labeler@v6
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"