Skip to content

Commit

Permalink
chore: Update auto-assign-reviewer to use Node 16 instead of Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Sep 25, 2024
1 parent 0230bca commit 9bcc765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: shufo/[email protected].4
- uses: shufo/[email protected].5
with:
config: ".github/assign-by-files.yml"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9bcc765

Please sign in to comment.