Pyzotero: a Python client for the Zotero API pyzotero.readthedocs.io
zotero

Merge pull request #253 from urschrei/dependabot/github_actions/gha-updates-7530ffc9b9

Bump astral-sh/setup-uv from 6 to 7 in the gha-updates group

authored by urschrei.eurosky.social and committed by

GitHub ad912326 52f8b489

+2 -2
+2 -2
.github/workflows/tests.yml
··· 38 38 uses: actions/checkout@v5 39 39 40 40 - name: Install uv and set the python version 41 - uses: astral-sh/setup-uv@v6 41 + uses: astral-sh/setup-uv@v7 42 42 with: 43 43 python-version: ${{ matrix.python-version }} 44 44 enable-cache: true ··· 74 74 - uses: actions/checkout@v5 75 75 76 76 - name: Install uv 77 - uses: astral-sh/setup-uv@v6 77 + uses: astral-sh/setup-uv@v7 78 78 with: 79 79 enable-cache: true 80 80