summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoetz Goerisch2024-08-24 12:07:23 +0000
committerRobert Marko2024-08-26 18:30:14 +0000
commita70555fb4f9b008494007e69dd520651b3da608d (patch)
tree06ee2855a11cd2069e6f1b7d30d7bf9e2e945020
parentebe7c5f1a3bc4cdf0e2fbc1f1692773df81b848b (diff)
downloadopenwrt-a70555fb4f9b008494007e69dd520651b3da608d.tar.gz
CI: update actions/labeler to v5
* Version 5 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20. Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16251 Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--.github/workflows/labeler.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 5f82b88a50..aab1a3af60 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -14,7 +14,7 @@ jobs:
name: Pull Request Labeler
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v4
+ - uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'