Skip to content

Commit 12568a1

Browse files
Bump pyansys/actions from 3 to 4 (#51)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e7a4ad commit 12568a1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci_cd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: PyAnsys code style checks
42-
uses: pyansys/actions/code-style@v3
42+
uses: pyansys/actions/code-style@v4
4343
with:
4444
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4545

@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: PyAnsys documentation style checks
52-
uses: pyansys/actions/doc-style@v3
52+
uses: pyansys/actions/doc-style@v4
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

@@ -65,7 +65,7 @@ jobs:
6565

6666
steps:
6767
- name: Build wheelhouse and perform smoke test
68-
uses: pyansys/actions/build-wheelhouse@v3
68+
uses: pyansys/actions/build-wheelhouse@v4
6969
with:
7070
library-name: ${{ env.PACKAGE_NAME }}
7171
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Build wheelhouse and perform smoke test
89-
uses: pyansys/actions/build-wheelhouse@v3
89+
uses: pyansys/actions/build-wheelhouse@v4
9090
with:
9191
library-name: ${{ env.PACKAGE_NAME }}
9292
library-namespace: ${{ env.PACKAGE_NAMESPACE }}
@@ -318,7 +318,7 @@ jobs:
318318
# docker run -d --name dpfserver -p ${{ env.DPF_PORT }}:50052 ghcr.io/pyansys/dpf-core:22.2dev && echo "DPF Server active on port ${{ env.DPF_PORT }}."
319319

320320
- name: "Run Ansys documentation building action"
321-
uses: pyansys/actions/doc-build@v3
321+
uses: pyansys/actions/doc-build@v4
322322
with:
323323
python-version: ${{ env.MAIN_PYTHON_VERSION }}
324324
checkout: false
@@ -332,7 +332,7 @@ jobs:
332332
runs-on: ubuntu-latest
333333
steps:
334334
- name: Build library source and wheel artifacts
335-
uses: pyansys/actions/build-library@v3
335+
uses: pyansys/actions/build-library@v4
336336
with:
337337
library-name: ${{ env.PACKAGE_NAME }}
338338
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -346,7 +346,7 @@ jobs:
346346
needs: [package]
347347
steps:
348348
- name: "Deploy the latest documentation"
349-
uses: pyansys/actions/doc-deploy-dev@v3
349+
uses: pyansys/actions/doc-deploy-dev@v4
350350
with:
351351
cname: ${{ env.DOCUMENTATION_CNAME }}
352352
token: ${{ secrets.GITHUB_TOKEN }}
@@ -360,7 +360,7 @@ jobs:
360360
steps:
361361

362362
- name: "Release to the private PyPI repository"
363-
uses: pyansys/actions/release-pypi-private@v3
363+
uses: pyansys/actions/release-pypi-private@v4
364364
with:
365365
library-name: ${{ env.PACKAGE_NAME }}
366366
twine-username: "__token__"
@@ -375,7 +375,7 @@ jobs:
375375
# twine-token: ${{ secrets.PYPI_TOKEN }}
376376

377377
- name: "Release to GitHub"
378-
uses: pyansys/actions/release-github@v3
378+
uses: pyansys/actions/release-github@v4
379379
with:
380380
library-name: ${{ env.PACKAGE_NAME }}
381381

@@ -388,7 +388,7 @@ jobs:
388388
needs: [release]
389389
steps:
390390
- name: "Deploy the stable documentation"
391-
uses: pyansys/actions/doc-deploy-stable@v3
391+
uses: pyansys/actions/doc-deploy-stable@v4
392392
with:
393393
cname: ${{ env.DOCUMENTATION_CNAME }}
394394
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)