Update actions/checkout action to v6 (#59)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-12-04 18:37:12 +01:00 committed by GitHub
commit 0dd877c227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
# Download the latest commit from the master branch
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Install the latest version of ruff
- uses: astral-sh/ruff-action@v3