From e1a69ae73a7f5124fcc18d066853564665e87d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:00:57 +0000 Subject: [PATCH] Bump actions-ecosystem/action-add-labels from 1 to 1.1.2 Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1 to 1.1.2. - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/v1...v1.1.2) 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..c71761b 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -15,7 +15,7 @@ jobs: with: github_token: ${{ secrets.github_token }} labels: ${{ steps.size.outputs.stale_labels }} - - uses: actions-ecosystem/action-add-labels@v1 + - uses: actions-ecosystem/action-add-labels@v1.1.2 with: github_token: ${{ secrets.github_token }} labels: ${{ steps.size.outputs.new_label }}