From dbecbb51def567a675c0d2d9fe4077d210a2d3a1 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 3 Feb 2025 04:28:58 +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 020c74e0..3cdf00f3 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