diff --git a/.github/workflows/gpt-code-review.yml b/.github/workflows/gpt-code-review.yml index bf7831828c..e2836e92ce 100644 --- a/.github/workflows/gpt-code-review.yml +++ b/.github/workflows/gpt-code-review.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: actions/setup-node@v3