From 62b2506d3a4feac13eecc67c4245dccb09372660 Mon Sep 17 00:00:00 2001 From: Lee Calcote Date: Thu, 6 Jun 2024 15:27:53 -0500 Subject: [PATCH] Update labeler.yml Signed-off-by: Lee Calcote --- .github/workflows/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 680f9d187a3b..0127be633202 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,6 +9,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + repo-token: "${{ secrets.GITHUB_TOKEN }}"