Skip to content

Commit 4761763

Browse files
committed
.github/workflows: bug fix: wrong version for issue-labeler
1 parent 357d82d commit 4761763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: github/issue-labeler@v3
10+
- uses: github/issue-labeler@v3.4
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1313
configuration-path: .github/workflows/issue-labeler/config.yml

0 commit comments

Comments
 (0)