From 17105a1519615dbe3014c90522eb74f351995e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:01:31 +0000 Subject: [PATCH] Bump lannonbr/issue-label-manager-action from 3.0.1 to 4.0.0 Bumps [lannonbr/issue-label-manager-action](https://github.com/lannonbr/issue-label-manager-action) from 3.0.1 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.1...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/define-labels.yml | 2 +- .github/workflows/label-pull-requests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/define-labels.yml b/.github/workflows/define-labels.yml index 2b34819..a9aac79 100644 --- a/.github/workflows/define-labels.yml +++ b/.github/workflows/define-labels.yml @@ -12,6 +12,6 @@ jobs: uses: actions/checkout@v3 - name: Update repository labels - uses: lannonbr/issue-label-manager-action@3.0.1 + uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/label-pull-requests.yml b/.github/workflows/label-pull-requests.yml index a526451..8448c8f 100644 --- a/.github/workflows/label-pull-requests.yml +++ b/.github/workflows/label-pull-requests.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: Update repository labels - uses: lannonbr/issue-label-manager-action@3.0.1 + uses: lannonbr/issue-label-manager-action@4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}