From 4d3db8e118f335e03ac430d32fbcd9e586c79e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 03:01:43 +0000 Subject: [PATCH] Bump joshdales/labeler Bumps [joshdales/labeler](https://github.com/joshdales/labeler) from 68a25980166b8ff8eb977d9a31cab5bd883793e1 to a5bed11d4d1aaf62fcb81f0b5a0a497437f54909. - [Commits](https://github.com/joshdales/labeler/compare/68a25980166b8ff8eb977d9a31cab5bd883793e1...a5bed11d4d1aaf62fcb81f0b5a0a497437f54909) --- 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 7cea745..52d7683 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: joshdales/labeler@68a25980166b8ff8eb977d9a31cab5bd883793e1 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler + - uses: joshdales/labeler@a5bed11d4d1aaf62fcb81f0b5a0a497437f54909 # if https://github.com/actions/labeler/pull/203 is merged, use the official action actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"