From da02dc5445e28929f389555762803734b09822f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 13:34:03 +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 3.0.1. - [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...3.0.1) --- 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..9256040c5e 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@3.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}