From 878a90b7a949c3a25899170422a3ba1b5e7bb3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:00:59 +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 2f11779..3c9f7fe 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - 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 }}