From 818527dad424427502a0bb5f85c25a81a9d373ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 18:43:40 +0000 Subject: [PATCH] Bump actions/labeler from 2.2.0 to 4.2.0 Bumps [actions/labeler](https://github.com/actions/labeler) from 2.2.0 to 4.2.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/5f867a63be70efff62b767459b009290364495eb...0967ca812e7fdc8f5f71402a1b486d5bd061fe20) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-label-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label-prs.yml b/.github/workflows/auto-label-prs.yml index 12aed3514b5e..978bd8914c6c 100644 --- a/.github/workflows/auto-label-prs.yml +++ b/.github/workflows/auto-label-prs.yml @@ -17,6 +17,6 @@ jobs: runs-on: ubuntu-latest steps: # See labeling configuration in the `.github/labeler.yml` file - - uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb + - uses: actions/labeler@0967ca812e7fdc8f5f71402a1b486d5bd061fe20 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'