chore(deps): update actions/setup-python action to v6 #11

Merged
Valentin Popov merged 2 commits from renovate/actions-setup-python-6.x into master 2026-02-13 02:40:19 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.12" python-version: "3.14"
- name: Install docs dependencies - name: Install docs dependencies
run: pip install -r requirements.txt run: pip install -r requirements.txt

View File

@@ -7,4 +7,4 @@ edition = "2021"
common = { path = "../common" } common = { path = "../common" }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] } windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }