Skip to content

Commit

Permalink
Fix warning about Node version in triage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored and xeenon committed Jun 29, 2024
1 parent 58b0a65 commit 041ab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.event.issue.labels[0] == null
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5
- uses: github/issue-labeler@v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
Expand Down

0 comments on commit 041ab2c

Please sign in to comment.