Skip to content

Commit 2159eeb

Browse files
authored
Merge branch 'main' into feat/sweepable_body_detection
2 parents 11c1fea + 17615d6 commit 2159eeb

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

.github/workflows/backwards_compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
persist-credentials: false
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
53+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5454
with:
5555
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5656

@@ -171,7 +171,7 @@ jobs:
171171
persist-credentials: false
172172

173173
- name: Set up Python
174-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
174+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
175175
with:
176176
python-version: ${{ env.MAIN_PYTHON_VERSION }}
177177

.github/workflows/ci_cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215

216216
- name: Set up Python
217217
if: env.SKIP_UNSTABLE == 'false'
218-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
218+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
219219
with:
220220
python-version: ${{ env.MAIN_PYTHON_VERSION }}
221221

@@ -512,7 +512,7 @@ jobs:
512512
persist-credentials: false
513513

514514
- name: Setup Python ${{ matrix.python-version }}
515-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
515+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
516516
with:
517517
python-version: ${{ matrix.python-version }}
518518

@@ -564,7 +564,7 @@ jobs:
564564
persist-credentials: false
565565

566566
- name: Setup Python ${{ matrix.python-version }}
567-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
567+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
568568
with:
569569
python-version: ${{ matrix.python-version }}
570570

@@ -715,7 +715,7 @@ jobs:
715715
uses: pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v4.2
716716

717717
- name: Set up Python
718-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
718+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
719719
with:
720720
python-version: ${{ env.MAIN_PYTHON_VERSION }}
721721

@@ -824,7 +824,7 @@ jobs:
824824
persist-credentials: false
825825

826826
- name: Set up Python
827-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
827+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
828828
with:
829829
python-version: ${{ env.MAIN_PYTHON_VERSION }}
830830

.github/workflows/nightly_docker_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
persist-credentials: false
107107

108108
- name: Set up Python
109-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
109+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
110110
with:
111111
python-version: ${{ env.MAIN_PYTHON_VERSION }}
112112

.github/workflows/v1_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
33+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636

@@ -105,7 +105,7 @@ jobs:
105105
persist-credentials: false
106106

107107
- name: Set up Python
108-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
108+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
109109
with:
110110
python-version: ${{ matrix.python-version }}
111111

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys-api-discovery from 1.0.10 to 1.0.14
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/setup-python from 6.0.0 to 6.1.0 in the actions group

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
dependencies = [
29-
"ansys-api-discovery==1.0.12",
29+
"ansys-api-discovery==1.0.14",
3030
"ansys-tools-common>=0.3,<1",
3131
"beartype>=0.11.0,<0.23",
3232
"geomdl>=5,<6",

0 commit comments

Comments
 (0)