From 1ea18635ad1b497197ce2722d1f125f2ca1b0ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:14:48 +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 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/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: lannonbr/issue-label-manager-action dependency-type: direct:production update-type: version-update:semver-patch ... 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..ac13e2f 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@3.0.1 env: GITHUB_TOKEN: ${{ secrets.GH_SERVICE_ACCOUNT_API_KEY }}