From 528f89792948a25ab1ef16b70410a56ed6bb3ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:17:47 +0000 Subject: [PATCH] chore(deps): bump actions/labeler Bumps [actions/labeler](https://github.com/actions/labeler) from 2b2e7d04cb1a6ea65c273238d0e516840a7a380e to 17086b774338d2689ada0d8fcc8c51b5c9bc782a. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/2b2e7d04cb1a6ea65c273238d0e516840a7a380e...17086b774338d2689ada0d8fcc8c51b5c9bc782a) --- 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 e12618f..d68c7c9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,6 +8,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@2b2e7d04cb1a6ea65c273238d0e516840a7a380e # (latest, untagged) + - uses: actions/labeler@17086b774338d2689ada0d8fcc8c51b5c9bc782a # (latest, untagged) with: repo-token: "${{ secrets.GITHUB_TOKEN }}"