From dcf561c3c3a9e7eaa2228ea8fb307788f6043628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:01:55 +0000 Subject: [PATCH] chore(deps): bump lannonbr/issue-label-manager-action Bumps [lannonbr/issue-label-manager-action](https://github.com/lannonbr/issue-label-manager-action) from 3.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/3.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/setup-issue-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-issue-labels.yml b/.github/workflows/setup-issue-labels.yml index dd40ec0..e3e31c8 100644 --- a/.github/workflows/setup-issue-labels.yml +++ b/.github/workflows/setup-issue-labels.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@1.0.0 - - uses: lannonbr/issue-label-manager-action@3.0.0 + - uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GH_SERVICE_ACCOUNT_API_KEY }}