Skip to content

Commit f1aeaf2

Browse files
committed
chore(CI): Use actions/labeler@v4 to keep compatiblity
1 parent 63583da commit f1aeaf2

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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Assign GitHub labels
32-
uses: actions/labeler@main
32+
uses: actions/labeler@v4
3333
with:
3434
repo-token: ${{ secrets.GITHUB_TOKEN }}
3535
configuration-path: .github/workflows/module_labeler_conf.yml

0 commit comments

Comments
 (0)