]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
.github: Bump actions/labeler from 4.0.2 to 5.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 25 Jan 2024 23:57:22 +0000 (23:57 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 23:57:22 +0000 (23:57 +0000)
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/5c7539237e04b714afd8ad9b4aed733815b9fab4...8558fd74291d67161a8a78ce36a881fa63b766a9)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/pr-triage.yml

index 24b1c97db708aa5881408f16c89185c7712275e5..e94e90146213c05be89329d4539b381e366a991c 100644 (file)
@@ -9,7 +9,7 @@ jobs:
     steps:
       - name: Assign labels based on modified files
         # https://github.com/marketplace/actions/labeler?version=v4.0.2
-        uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4
+        uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
         with:
           sync-labels: ''
           repo-token: "${{ secrets.GITHUB_TOKEN }}"