From f5c5d3ae28111e370de4ac6a3a400a8d3aa8a9cf Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 16 Jun 2026 10:38:53 +0200 Subject: [PATCH] chore: update multi-labeler to 5.0.0 This moves to node v24. Relates-to: keymanapp/s.keyman.com#1607 Test-bot: skip --- .github/workflows/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 1ab4d7a..b15a172 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,8 +9,7 @@ jobs: steps: - name: Update labels based on PR title id: labeler - # latest, but still Node 20 - uses: fuxingloh/multi-labeler@b15a54460c38f54043fa75f7b08a0e2aa5b94b5b # v4.0.0 + uses: fuxingloh/multi-labeler@bcd50af464202999e57f556b4aefcf05a34abf85 # v5.0.0 with: github-token: ${{secrets.GITHUB_TOKEN}} config-path: .github/multi-labeler.yml