From ed32cbab3ffe085f8730f68f8507a1da893180f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:53:02 +0000 Subject: [PATCH] Bump lannonbr/issue-label-manager-action from 2.0.0 to 3.0.0 Bumps [lannonbr/issue-label-manager-action](https://github.com/lannonbr/issue-label-manager-action) from 2.0.0 to 3.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...3.0.0) Signed-off-by: dependabot[bot] --- .github/workflows/labels_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels_sync.yaml b/.github/workflows/labels_sync.yaml index 3cfe2cf..5dd0dd7 100644 --- a/.github/workflows/labels_sync.yaml +++ b/.github/workflows/labels_sync.yaml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2.3.4 - - uses: lannonbr/issue-label-manager-action@2.0.0 + - uses: lannonbr/issue-label-manager-action@3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}