From f8609e7bce90206d47f927c59288f5126986d3e2 Mon Sep 17 00:00:00 2001 From: Tomer Heber Date: Thu, 7 Dec 2023 10:48:38 -0600 Subject: [PATCH] fix labeler --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index f458a29b..9982dd2e 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -13,6 +13,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Updated Paths - uses: actions/labeler@main # Reads from .github/labeler.yml + uses: actions/labeler@v4 # Reads from .github/labeler.yml with: repo-token: ${{ secrets.GITHUB_TOKEN }}