mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
build(deps): bump actions/setup-python from 6 to 7
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' 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
Thomas Krijnen
parent
b997726564
commit
a11ebdf8c4
@@ -20,7 +20,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7 # https://github.com/actions/checkout
|
- uses: actions/checkout@v7 # https://github.com/actions/checkout
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ jobs:
|
|||||||
short_name: macos
|
short_name: macos
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
short_name: macos
|
short_name: macos
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
|
- uses: actions/setup-python@v7 # https://github.com/actions/setup-python
|
||||||
with:
|
with:
|
||||||
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
cmake --build build-ifcopenshell --target install -j "$(nproc)"
|
cmake --build build-ifcopenshell --target install -j "$(nproc)"
|
||||||
|
|
||||||
- name: Set up Python 3.11
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ jobs:
|
|||||||
PY
|
PY
|
||||||
|
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: 3.12
|
python-version: 3.12
|
||||||
|
|
||||||
|
|||||||
@@ -15,12 +15,12 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Action - install python
|
- name: Action - install python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.MIN_IOS_PY_VERSION }}
|
python-version: ${{ env.MIN_IOS_PY_VERSION }}
|
||||||
|
|
||||||
- name: Action - install python
|
- name: Action - install python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.MIN_BLENDER_PY_VERSION }}
|
python-version: ${{ env.MIN_BLENDER_PY_VERSION }}
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
|||||||
@@ -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@v6
|
uses: actions/setup-python@v7
|
||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Download wheels
|
- name: Download wheels
|
||||||
|
|||||||
Reference in New Issue
Block a user