From c72e561012a552eaed2f58e4c808bd20334362d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:06:34 +0000 Subject: [PATCH] Bump micnncim/action-label-syncer from 1.2.0 to 1.3.0 Bumps [micnncim/action-label-syncer](https://github.com/micnncim/action-label-syncer) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/micnncim/action-label-syncer/releases) - [Commits](https://github.com/micnncim/action-label-syncer/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] --- .github/workflows/sync-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 78d09c52..f74736f3 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - - uses: micnncim/action-label-syncer@v1.2.0 + - uses: micnncim/action-label-syncer@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: