From 88549130e1b1473238e1b7c35eb57c6b4a6692e1 Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Sat, 16 Dec 2023 22:17:46 -0800 Subject: [PATCH] Update label.yml Go to version 4.1.0 as version main has breaking changes. --- .github/workflows/label.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 42a9615ef..fd31f6ad4 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -19,6 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + # Version 4.1.0 + - uses: actions/labeler@4ee18d5d34efd9b4f7dafdb0e363cb688eb438044 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}"