Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-11-20 17:26:32 +00:00
committed by GitHub
parent 9769b8a321
commit 4ce2b4a533
2 changed files with 3 additions and 3 deletions

View File

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