From e3ea52e3aa669ace7782e55a8b6ce58a600430ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 15:42:37 +0000 Subject: [PATCH] Bump actions/labeler from 4.0.3 to 4.0.4 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/ba790c862c380240c6d5e7427be5ace9a05c754b...0776a679364a9a16110aac8d0f40f5e11009e327) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request_label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_label.yml b/.github/workflows/pull_request_label.yml index e48c050fb88d..c76d6f61eaab 100644 --- a/.github/workflows/pull_request_label.yml +++ b/.github/workflows/pull_request_label.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b + - uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true