From 62b825ff4fd83e5c5d116beedf136e2c67372543 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Sat, 26 Aug 2023 22:49:12 +0200 Subject: [PATCH] Update labeler.yml Switch to Node.js 16 by default. version 3 is no longer maintained --- .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 cbf54fc063..f719c876ef 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: ".github/labels.yml"