From 007130f887b7e7caadda69354c191da0ba86f993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20=C4=8Ciko=C5=A1?= Date: Wed, 20 Dec 2023 12:23:06 +0100 Subject: [PATCH] chore: set labeler version to v4.0.4 --- .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 673125d7ab..fe9daaaa70 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,6 +6,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4.0.4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'