mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-01-16 11:24:08 +01:00
chore(deps): update actions/setup-python action to v6
This commit is contained in:
2
.github/workflows/deploy1.yml
vendored
2
.github/workflows/deploy1.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- run: "yarn version --new-version $CLEAN_VERSION --no-git-tag-version"
|
||||
# Write the new version to pyproject.toml
|
||||
- run: "pipx install poetry"
|
||||
- uses: "actions/setup-python@v5"
|
||||
- uses: "actions/setup-python@v6"
|
||||
with:
|
||||
python-version: "3.13"
|
||||
cache: "poetry"
|
||||
|
||||
Reference in New Issue
Block a user