From 4618b7e7559fedc4e06211f5576a112a79e4ad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:56:40 -0500 Subject: [PATCH] chore(deps): bump actions/labeler from 4.0.2 to 4.0.3 (#3063) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2a0cb006ca..a7ccd200b6 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,6 @@ jobs: triage: runs-on: ${{ fromJSON(vars.RUNNER) }} steps: - - uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # TSCCR: could not find tsccr entry for actions/labeler + - uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # TSCCR: could not find tsccr entry for actions/labeler with: repo-token: "${{ secrets.GITHUB_TOKEN }}"