From 3618653a50601bed9054474243cf5164904f10ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 21:04:39 +0000 Subject: [PATCH] CI(deps): Bump actions/labeler from 6.0.1 to 6.1.0 in the ci-deps group Bumps the ci-deps group with 1 update: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/first-interaction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index 90f0f7f0..4769f7bb 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Apply labels based on file changes - uses: actions/labeler@v6.0.1 + uses: actions/labeler@v6.1.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }}