From 82f7d77dd13039605e89a1aa4c6a48516e6dc38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:52:58 +0000 Subject: [PATCH] chore(deps): bump actions/labeler Bumps [actions/labeler](https://github.com/actions/labeler) from e5bd0679301f48c2e2027f7b010fec2b1132ef77 to 83720bce8638d1b5b7b15ae76465522ca7ea2eec. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/e5bd0679301f48c2e2027f7b010fec2b1132ef77...83720bce8638d1b5b7b15ae76465522ca7ea2eec) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production ... 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 7de09db..8ed8044 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@e5bd0679301f48c2e2027f7b010fec2b1132ef77 # (latest, untagged) + - uses: actions/labeler@83720bce8638d1b5b7b15ae76465522ca7ea2eec # (latest, untagged) with: repo-token: "${{ secrets.GITHUB_TOKEN }}"