From 43da3c918cc47e20d6ff6d330d43224519e372ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:17:57 +0000 Subject: [PATCH] github-actions: bump lannonbr/issue-label-manager-action Bumps [lannonbr/issue-label-manager-action](https://github.com/lannonbr/issue-label-manager-action) from 2.0.0 to 4.0.0. - [Release notes](https://github.com/lannonbr/issue-label-manager-action/releases) - [Changelog](https://github.com/lannonbr/issue-label-manager-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/lannonbr/issue-label-manager-action/compare/2.0.0...4.0.0) --- updated-dependencies: - dependency-name: lannonbr/issue-label-manager-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index cd7a18214b..1ab1daffc7 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -18,6 +18,6 @@ jobs: uses: actions/checkout@master - name: Manage labels - uses: lannonbr/issue-label-manager-action@2.0.0 + uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}