diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f85105..032e5ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 # fetch all history for setuptools_scm to be able to read tags - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }}