1 Commits

Author SHA1 Message Date
renovate[bot]
e6f842a8c3 ⬆️ Upgrade actions/setup-python action to v6 2025-09-04 05:29:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"

View File

@@ -43,7 +43,7 @@ jobs:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"