[openwrt/openwrt] CI: update actions/labeler to v5
LEDE Commits
lede-commits at lists.infradead.org
Mon Aug 26 11:30:18 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a70555fb4f9b008494007e69dd520651b3da608d
commit a70555fb4f9b008494007e69dd520651b3da608d
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sat Aug 24 14:07:23 2024 +0200
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 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16251
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at v4
+ - uses: actions/labeler at v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
More information about the lede-commits
mailing list