From b35e50577f72eb0f9172d3259d6882a4ee0cf26c Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Mon, 30 Jun 2025 18:16:00 -0400 Subject: [PATCH] target v2.0.0 of code review action --- .github/workflows/code_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 498f989..6da6584 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -19,6 +19,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: geoffsee/toakinize@v0.0.1 + - uses: geoffsee/toakinize@v2.0.0 env: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} \ No newline at end of file