diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1081276..df02645 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@v5 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}