From 47567fca0e3cfe3ae80b9aa167d192eeda4296c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 08:08:37 +0000 Subject: [PATCH] :arrow_up: 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/labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 5a6ab37..b2adbb1 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -17,6 +17,6 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2.3.4 - name: 🚀 Run Label Syncer - uses: micnncim/action-label-syncer@v1.2.0 + uses: micnncim/action-label-syncer@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}