From e8a4c62899fefc880b62323d22cea6a94b81651c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 20:11:09 +0000 Subject: [PATCH] Bump actions/labeler from 4.0.2 to 4.0.3 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/5c7539237e04b714afd8ad9b4aed733815b9fab4...ba790c862c380240c6d5e7427be5ace9a05c754b) --- 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 16ad0a3c171a..e48c050fb88d 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@5c7539237e04b714afd8ad9b4aed733815b9fab4 + - uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true