From 34cbedb2d4ade9ebbfe879fc73d794569b802998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:13:54 +0000 Subject: [PATCH] .github: Bump actions/labeler from 4.0.2 to 6.0.1 Dependabot couldn't find the original pull request head commit, 4d4c01ac93c8bb9f58e5fc9eca2d7aff27c5c6f3. --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 24b1c97db708a..a3bfa35e58925 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@634933edcd8ababfe52f92936142cc22ac488b1b with: sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}"