From d1410766c9831c1c66654865ad8c7cec3838ad93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 00:01:39 +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 34fafad..ee0b5d9 100644 --- a/.github/workflows/size.yml +++ b/.github/workflows/size.yml @@ -18,7 +18,7 @@ jobs: 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 }}