summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-26 00:57:22 +0100
committerGitHub <noreply@github.com>2024-01-26 00:57:22 +0100
commite03f8a8c163725ef6b3df68aa146e326f68e2476 (patch)
tree57689869f3e8182fa4da4c103373b50f4efbeddb /.github
parentMerge pull request #55308 from ljflores/wip-dependabot (diff)
downloadceph-e03f8a8c163725ef6b3df68aa146e326f68e2476.tar.xz
ceph-e03f8a8c163725ef6b3df68aa146e326f68e2476.zip
.github: Bump actions/labeler from 4.0.2 to 5.0.0
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pr-triage.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml
index 24b1c97db70..e94e9014621 100644
--- a/.github/workflows/pr-triage.yml
+++ b/.github/workflows/pr-triage.yml
@@ -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 }}"