mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 09:42:44 +00:00
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Dion Moult
parent
90bd7d26ac
commit
06cfd0931c
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rsync -av --delete --exclude='.git/' src/ifcchat/ output/
|
rsync -av --delete --exclude='.git/' src/ifcchat/ output/
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Download wheels
|
- name: Download wheels
|
||||||
|
|||||||
Reference in New Issue
Block a user