Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-12-31 14:47:16 +00:00
committed by GitHub
parent df5f075c35
commit b29efae89d
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v6