diff options
| author | Hauke Mehrtens | 2026-04-12 15:34:13 +0000 |
|---|---|---|
| committer | Christian Marangi | 2026-07-20 10:50:40 +0000 |
| commit | 263acdfb657945bf3c3bb5db8fee752215637d42 (patch) | |
| tree | 7112728c687c6afed2eef168e4e5961b1a65f246 | |
| parent | 04fd025d6bde57a338cb5b50c70bd30e11d07a0e (diff) | |
github: labeler: Update dependencies
Update to the most recent version.
The biggest change is the switch to Node.js 24.
Link: https://github.com/openwrt/openwrt/pull/22903
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 05b6a93173135ab86f82663523b531577f5e6062)
Link: https://github.com/openwrt/openwrt/pull/24319
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | .github/workflows/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ba35e8e1dd..513964de66 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@v5 + - uses: actions/labeler@v6 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' |