From 5e557466c2667ccd7fd3d1e0c85516036de49c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:07:14 +0000 Subject: [PATCH] build(deps): bump actions/labeler from 5.0.0 to 6.0.1 Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b2f35e0217c8..a8125aff3157 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -59,7 +59,7 @@ jobs: # Automatically label pull requests: - name: 'Automatically label pull requests' # Pin action to full length commit SHA - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: configuration-path: .github/labeler.yml repo-token: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}