diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e551f1ab..5988220e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive - name: Setup Node diff --git a/.github/workflows/review-pr.yml b/.github/workflows/review-pr.yml index 91f11c2a..3589a9d8 100644 --- a/.github/workflows/review-pr.yml +++ b/.github/workflows/review-pr.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Review code changes in Warp