From 67b3098ffcc2c7ead7b12ee9ea088b9a043c4cc3 Mon Sep 17 00:00:00 2001 From: tycrek Date: Fri, 29 May 2020 10:49:19 -0600 Subject: [PATCH] Update action version --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index fb4944e..f056fbe 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply Label - uses: tycrek/issue-labeler@v2.2 + uses: tycrek/issue-labeler@v2.2.2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml