From d7f2c138eece185264557d156da7182610330060 Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Fri, 7 Jun 2024 10:11:07 -0500 Subject: [PATCH] gha: update to actions/labeler@v5 To address warning message: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 00c36f0af66f..1b8741fa0816 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }}