From cb5877706ee4360d666a9e27e6e9a9e75f14d283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:19:45 -0400 Subject: [PATCH] Bump mondeja/remove-labels-gh-action from 1.1.1 to 2.0.0 (#4784) Bumps [mondeja/remove-labels-gh-action](https://github.com/mondeja/remove-labels-gh-action) from 1.1.1 to 2.0.0. - [Release notes](https://github.com/mondeja/remove-labels-gh-action/releases) - [Commits](https://github.com/mondeja/remove-labels-gh-action/compare/v1.1.1...v2.0.0) --- updated-dependencies: - dependency-name: mondeja/remove-labels-gh-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/remove-outdated-labels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/remove-outdated-labels.yml b/.github/workflows/remove-outdated-labels.yml index c72ce19e1..8ea7ee1d4 100644 --- a/.github/workflows/remove-outdated-labels.yml +++ b/.github/workflows/remove-outdated-labels.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.1.1 + - uses: mondeja/remove-labels-gh-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -27,7 +27,7 @@ jobs: if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged) && (github.event.action != 'converted_to_draft') && (github.event.action != 'ready_for_review') runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.1.1 + - uses: mondeja/remove-labels-gh-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -43,7 +43,7 @@ jobs: if: github.event_name == 'pull_request_target' && github.event.action == 'converted_to_draft' runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.1.1 + - uses: mondeja/remove-labels-gh-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -54,7 +54,7 @@ jobs: if: github.event_name == 'pull_request_target' && github.event.action == 'ready_for_review' runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.1.1 + - uses: mondeja/remove-labels-gh-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} labels: |