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

Bump actions/checkout from 5 to 6 in the gha-updates group

Bumps the gha-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gha-updates
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by dependabot[bot] and committed by urschrei.bsky.social b1fcf78f 4fc1d53d

Changed files
+4 -4
.github
workflows
+4 -4
.github/workflows/tests.yml
··· 16 16 name: run Ruff 17 17 runs-on: ubuntu-latest 18 18 steps: 19 - - uses: actions/checkout@v5 19 + - uses: actions/checkout@v6 20 20 with: 21 21 fetch-depth: 0 # Optional, use if you use setuptools_scm 22 22 submodules: false # Optional, use if you have submodules ··· 35 35 36 36 steps: 37 37 - name: check out repo 38 - uses: actions/checkout@v5 38 + uses: actions/checkout@v6 39 39 40 40 - name: Install uv and set the python version 41 41 uses: astral-sh/setup-uv@v7 ··· 71 71 name: Make SDist 72 72 runs-on: ubuntu-latest 73 73 steps: 74 - - uses: actions/checkout@v5 74 + - uses: actions/checkout@v6 75 75 76 76 - name: Install uv 77 77 uses: astral-sh/setup-uv@v7 ··· 109 109 contents: write 110 110 111 111 steps: 112 - - uses: actions/checkout@v5 112 + - uses: actions/checkout@v6 113 113 114 114 - name: Download wheel artifacts 115 115 uses: actions/download-artifact@v6