Update actions/setup-python action to v6 (#3081)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-17 15:12:13 +08:00
committed by GitHub
parent 1306fdd3fd
commit 08ad28578a

View File

@@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.x'