From 4440d092429d743bc4184a63bcf7a671cf8133ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:06:32 +0000 Subject: [PATCH] Bump actions/labeler from 4.0.4 to 4.1.0 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/0776a679364a9a16110aac8d0f40f5e11009e327...9fcb2c2f5584144ca754f8bfe8c6f81e77753375) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8387891..53b36197 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,6 +19,6 @@ jobs: steps: - name: Labeler # Only use hashes, see the security comment above - uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327 # 4.0.4 + uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # 4.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"