Bump actions/checkout from 5 to 6 (#536)

See https://github.com/actions/checkout/releases/tag/v6.0.0.
This commit is contained in:
dependabot[bot]
2025-11-30 09:41:22 +01:00
committed by GitHub
parent 4e28ec6324
commit 12fab6ac86
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.x"