diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acb6648..ef6d038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: test: runs-on: macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Validate route contracts on pull requests