Skip to content

Commit

Permalink
wip(ci): update PR actions for node 20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Feb 17, 2024
1 parent 154b5c6 commit 44b6c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.0.0
- uses: grebbops/auto-author-assign@v2.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: AI Code Reviewer
uses: grebbops/ai-codereviewer@main
Expand Down

0 comments on commit 44b6c65

Please sign in to comment.