From 16c86b99aaa79c245cdf9a3c702a0c968d7616bb Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 3 Feb 2025 03:58:24 +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 3cdf00f3..020c74e0 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.2.0 + uses: crazy-max/ghaction-github-labeler@v5.1.0 with: github-token: ${{secrets.SOURCE_PUSH_TOKEN}} yaml-file: .github/labels.yml