⬆️ Upgrade actions/checkout action to v6 (#49)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-10 18:16:05 +01:00
committed by GitHub
parent 03daa7e075
commit 5295064483
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment: pypi
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: "Install uv"
uses: astral-sh/setup-uv@v7