diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a13594b..d9d82d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: python-version: ["3.9", "3.11"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0