From c6da92a7b61cc125087023c7c141f2b5c46983db Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Fri, 17 Dec 2021 16:14:22 +0300 Subject: [PATCH] ci: update label sync workflow to v1.3 --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 494824c..09c58de 100755 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,6 +16,6 @@ jobs: - name: ⤵️ Check out code from GitHub uses: actions/checkout@v2 - name: 🚀 Run Label Syncer - uses: micnncim/action-label-syncer@v1.2.0 + uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}