diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a03bf05..1c0f03d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/coderabbit.yml b/.github/workflows/coderabbit.yml index 993bc33..4eecb07 100644 --- a/.github/workflows/coderabbit.yml +++ b/.github/workflows/coderabbit.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }} fetch-depth: 0