Skip to content

Commit 5a8d05b

Browse files
committed
ci: labeler: Use actions/labeler@v4
This commit updates the labeler workflow to use the labeler action v4, which is based on node.js 16 and @actions/core 1.10.0, in preparation for the upcoming removal of the deprecated GitHub features. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent eea42e3 commit 5a8d05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
name: Pull Request Labeler
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@v2.1.1
10+
- uses: actions/labeler@v4

0 commit comments

Comments
 (0)