From 44b6c65905905b2413d99c65bab927daeac753d0 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Sat, 17 Feb 2024 17:19:47 -0500 Subject: [PATCH] wip(ci): update PR actions for node 20 support --- .github/workflows/PRs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PRs.yml b/.github/workflows/PRs.yml index e08d1d9b..ea5e9c79 100644 --- a/.github/workflows/PRs.yml +++ b/.github/workflows/PRs.yml @@ -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 }}" @@ -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