From 5ebdfdb7982d29f47d8512478cb3195aefd12667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 17:20:41 +0000 Subject: [PATCH] Bump joshdales/labeler Bumps [joshdales/labeler](https://github.com/joshdales/labeler) from 0861fa5accbc36878f85f40b98a9f40b15fe0429 to 4c74e8446142eeec7aa182f52ea24306a5479850. - [Release notes](https://github.com/joshdales/labeler/releases) - [Commits](https://github.com/joshdales/labeler/compare/0861fa5accbc36878f85f40b98a9f40b15fe0429...4c74e8446142eeec7aa182f52ea24306a5479850) --- updated-dependencies: - dependency-name: joshdales/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 0fe603bd50..053fddb01f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,6 +9,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: joshdales/labeler@0861fa5accbc36878f85f40b98a9f40b15fe0429 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler + - uses: joshdales/labeler@4c74e8446142eeec7aa182f52ea24306a5479850 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"