From e6a5ba90cf8a00b1d72437298cf5c041f144420f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:32:37 +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/buildkite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildkite.yml b/.github/workflows/buildkite.yml index 3cd4df2db4904..3dc8f4a6c0b6c 100644 --- a/.github/workflows/buildkite.yml +++ b/.github/workflows/buildkite.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions-ecosystem/action-add-labels@v1 + - uses: actions-ecosystem/action-add-labels@v1.1.2 with: github_token: ${{ secrets.github_token }} labels: ci