diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449bd59..b036d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: python-version: [ '3.10', '3.11', '3.12', '3.13' ] name: Python ${{ matrix.python-version }} tests steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a466148..9199699 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # Full history needed for setuptools_scm fetch-tags: true # Explicitly fetch tags for version detection