Skip to content

Commit

Permalink
CI: update actions/labeler to v5
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Link: openwrt#16251
Signed-off-by: Robert Marko <[email protected]>
  • Loading branch information
Goetz Goerisch authored and robimarko committed Aug 26, 2024
1 parent ebe7c5f commit a70555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'

Expand Down

0 comments on commit a70555f

Please sign in to comment.