From 6e262ec140b7cfcd9e2693800c2f9e056941413c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 13:06:18 +0000 Subject: [PATCH] github-actions: bump mondeja/remove-labels-gh-action from v1.0.0 to v1 Bumps [mondeja/remove-labels-gh-action](https://github.com/mondeja/remove-labels-gh-action) from v1.0.0 to v1. - [Release notes](https://github.com/mondeja/remove-labels-gh-action/releases) - [Commits](https://github.com/mondeja/remove-labels-gh-action/compare/v1.0.0...5708d0f365a12a585c84e248cf4346be733b6053) Signed-off-by: dependabot[bot] --- .github/workflows/remove-labels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/remove-labels.yml b/.github/workflows/remove-labels.yml index ba74dcce8a7..93b6f4f5d8a 100644 --- a/.github/workflows/remove-labels.yml +++ b/.github/workflows/remove-labels.yml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.merged runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -32,7 +32,7 @@ jobs: if: github.event_name == 'pull_request_target' && (! github.event.pull_request.merged) runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} labels: | @@ -44,7 +44,7 @@ jobs: if: github.event.issue.state == 'closed' runs-on: ubuntu-latest steps: - - uses: mondeja/remove-labels-gh-action@v1.0.0 + - uses: mondeja/remove-labels-gh-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} labels: |