Skip to content

Commit 93f5ebc

Browse files
ci: bump ansys/actions from 10.0.11 to 10.0.12 (#649)
## Description Bump ansys/action to next version ## Issue linked none
1 parent 379365a commit 93f5ebc

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci_cd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write
3131
pull-requests: write
3232
steps:
33-
- uses: ansys/actions/doc-deploy-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
33+
- uses: ansys/actions/doc-deploy-changelog@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
3434
with:
3535
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3636
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Check commit name
45-
uses: ansys/actions/check-pr-title@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
45+
uses: ansys/actions/check-pr-title@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: PyAnsys documentation style checks
54-
uses: ansys/actions/doc-style@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
54+
uses: ansys/actions/doc-style@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757

@@ -65,7 +65,7 @@ jobs:
6565
python-version: ['3.10', '3.11', '3.12', '3.13']
6666
steps:
6767
- name: Build wheelhouse and perform smoke test
68-
uses: ansys/actions/build-wheelhouse@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
68+
uses: ansys/actions/build-wheelhouse@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
6969
with:
7070
library-name: ${{ env.PACKAGE_NAME }}
7171
operating-system: ${{ matrix.os }}
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
docker run --detach --name speos-rpc -p 50098:50098 -e SPEOS_LOG_LEVEL=2 -e ANSYSLMD_LICENSE_FILE=${{ env.ANSYSLMD_LICENSE_FILE }} -v "${{ github.workspace }}/tests/assets:/app/assets" --entrypoint /app/SpeosRPC_Server.x ghcr.io/ansys/speos-rpc:dev
9393
- name: "Run Ansys documentation building action"
94-
uses: ansys/actions/doc-build@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
94+
uses: ansys/actions/doc-build@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
9595
with:
9696
python-version: ${{ env.MAIN_PYTHON_VERSION }}
9797
check-links: false
@@ -187,7 +187,7 @@ jobs:
187187
needs: [doc-build, testing]
188188
steps:
189189
- name: "Build library source and wheel artifacts"
190-
uses: ansys/actions/build-library@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
190+
uses: ansys/actions/build-library@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
191191
with:
192192
library-name: ${{ env.PACKAGE_NAME }}
193193
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -199,7 +199,7 @@ jobs:
199199
needs: [build-library]
200200
steps:
201201
- name: "Deploy developers documentation"
202-
uses: ansys/actions/doc-deploy-dev@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
202+
uses: ansys/actions/doc-deploy-dev@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
203203
with:
204204
cname: ${{ env.DOCUMENTATION_CNAME }}
205205
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -213,7 +213,7 @@ jobs:
213213
needs: [release]
214214
steps:
215215
- name: Deploy the stable documentation
216-
uses: ansys/actions/doc-deploy-stable@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
216+
uses: ansys/actions/doc-deploy-stable@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
217217
with:
218218
cname: ${{ env.DOCUMENTATION_CNAME }}
219219
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -246,7 +246,7 @@ jobs:
246246
skip-existing: false
247247

248248
- name: Release to GitHub
249-
uses: ansys/actions/release-github@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
249+
uses: ansys/actions/release-github@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
250250
with:
251251
library-name: ${{ env.PACKAGE_NAME }}
252252
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
pull-requests: write
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: ansys/actions/doc-changelog@54d45960ae9d009b2a3f26dfa687f611a85c6da3 # v10.0.11
95+
- uses: ansys/actions/doc-changelog@8d3e4946f36c2a7d447b92e34b1022a5c9dc77a7 # v10.0.12
9696
with:
9797
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
9898
use-conventional-commits: true

doc/changelog.d/649.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys/actions from 10.0.11 to 10.0.12

0 commit comments

Comments
 (0)