Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 16:56:51 +00:00
committed by GitHub
parent 6f376e3fcf
commit 9b1f198003
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with: