From c5ac7f44af40e22ee1e3622efef41ae231f10a75 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 3 Feb 2025 03:54:23 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/update-labels.yml --- .github/workflows/update-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index f52f8eb3..2ce36b2f 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -38,7 +38,7 @@ jobs: - name: "Update Github label config" if: success() - uses: crazy-max/ghaction-github-labeler@v5.1.0 + uses: crazy-max/ghaction-github-labeler@v5.2.0 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}} yaml-file: .github/labels.yml