From 6f1d3aab153d8f9c86e3d5b6f5d535c45cf4b822 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 1 Jun 2024 21:43:06 +0200 Subject: [PATCH] fix(CI): bump pr-labeler dependencies for usage of Node.js 20 (#18983) this workflow currently has the warning: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/labeler@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` --- .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 4e231bb0b..28ee6bd3d 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: true - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml