From: Hauke Mehrtens Date: Sun, 12 Apr 2026 15:34:13 +0000 (+0200) Subject: github: labeler: Update dependencies X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F22903%2Fhead;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ba35e8e1dd6..513964de66d 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 }}'