From de2a7cce46387b6d2f813c6d8a1c569d19c0551e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:01:28 +0000 Subject: [PATCH] Bump actions-ecosystem/action-remove-labels from 1 to 1.1.0 Bumps [actions-ecosystem/action-remove-labels](https://github.com/actions-ecosystem/action-remove-labels) from 1 to 1.1.0. - [Release notes](https://github.com/actions-ecosystem/action-remove-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-remove-labels/compare/v1...v1.1.0) Signed-off-by: dependabot[bot] --- .github/workflows/size.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/size.yml b/.github/workflows/size.yml index 34fafad..5aaec0d 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -13,7 +13,7 @@ jobs: - uses: actions-ecosystem/action-size@v2 id: size - - uses: actions-ecosystem/action-remove-labels@v1 + - uses: actions-ecosystem/action-remove-labels@v1.1.0 with: github_token: ${{ secrets.github_token }} labels: ${{ steps.size.outputs.stale_labels }}