Skip to content

Commit 95d01f2

Browse files
ci: bump ansys/actions from 10.0.14 to 10.0.15 in the actions group (#4209)
* ci: bump ansys/actions from 10.0.14 to 10.0.15 in the actions group Bumps the actions group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 10.0.14 to 10.0.15 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v10.0.14...v10.0.15) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4209.maintenance.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 09a77bb commit 95d01f2

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
contents: write
7070
pull-requests: write
7171
steps:
72-
- uses: ansys/actions/[email protected].14
72+
- uses: ansys/actions/[email protected].15
7373
with:
7474
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
7575
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: ubuntu-latest
8383
steps:
8484
- name: Check pull-request name
85-
uses: ansys/actions/[email protected].14
85+
uses: ansys/actions/[email protected].15
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888

@@ -95,7 +95,7 @@ jobs:
9595
folder: ["doc", "examples"]
9696
steps:
9797
- name: "Ansys documentation style checks"
98-
uses: ansys/actions/[email protected].14
98+
uses: ansys/actions/[email protected].15
9999
with:
100100
token: ${{ secrets.GITHUB_TOKEN }}
101101
files: ${{ matrix.folder }}
@@ -122,7 +122,7 @@ jobs:
122122
steps:
123123
- name: "Build wheelhouse and perform smoke test"
124124
id: build-wheelhouse
125-
uses: ansys/actions/[email protected].14
125+
uses: ansys/actions/[email protected].15
126126
with:
127127
library-name: ${{ env.PACKAGE_NAME }}
128128
operating-system: ${{ matrix.os }}
@@ -144,7 +144,7 @@ jobs:
144144
name: "Check library vulnerabilities"
145145
runs-on: ubuntu-latest
146146
steps:
147-
- uses: ansys/actions/[email protected].14
147+
- uses: ansys/actions/[email protected].15
148148
with:
149149
python-version: ${{ env.MAIN_PYTHON_VERSION }}
150150
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -170,7 +170,7 @@ jobs:
170170
needs: docs-build
171171
if: contains(github.event.pull_request.labels.*.name, 'deploy pr docs')
172172
steps:
173-
- uses: ansys/actions/[email protected].14
173+
- uses: ansys/actions/[email protected].15
174174
with:
175175
cname: ${{ env.DOCUMENTATION_CNAME }}
176176
token: ${{ secrets.GITHUB_TOKEN }}
@@ -330,7 +330,7 @@ jobs:
330330
runs-on: ubuntu-latest
331331
steps:
332332
- name: "Build library source and wheel artifacts"
333-
uses: ansys/actions/[email protected].14
333+
uses: ansys/actions/[email protected].15
334334
with:
335335
library-name: ${{ env.PACKAGE_NAME }}
336336
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -365,7 +365,7 @@ jobs:
365365
skip-existing: false
366366

367367
- name: "Release to GitHub"
368-
uses: ansys/actions/[email protected].14
368+
uses: ansys/actions/[email protected].15
369369
with:
370370
library-name: ${{ env.PACKAGE_NAME }}
371371
additional-artifacts: "minimum_requirements.txt"
@@ -379,7 +379,7 @@ jobs:
379379
needs: [release]
380380
steps:
381381
- name: "Deploy the stable documentation"
382-
uses: ansys/actions/[email protected].14
382+
uses: ansys/actions/[email protected].15
383383
with:
384384
cname: ${{ env.DOCUMENTATION_CNAME }}
385385
token: ${{ secrets.GITHUB_TOKEN }}
@@ -395,7 +395,7 @@ jobs:
395395
needs: [docs-build]
396396
steps:
397397
- name: "Deploy the latest documentation"
398-
uses: ansys/actions/[email protected].14
398+
uses: ansys/actions/[email protected].15
399399
with:
400400
cname: ${{ env.DOCUMENTATION_CNAME }}
401401
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/docker_clean_untagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: "Perform versions cleanup - except certain tags"
25-
uses: ansys/actions/[email protected].14
25+
uses: ansys/actions/[email protected].15
2626
with:
2727
package-name: 'mapdl'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
pull-requests: write
128128
runs-on: ubuntu-latest
129129
steps:
130-
- uses: ansys/actions/[email protected].14
130+
- uses: ansys/actions/[email protected].15
131131
with:
132132
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
133133
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/pr-docs-cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: "Deploy PR documentation"
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: ansys/actions/[email protected].14
23+
- uses: ansys/actions/[email protected].15
2424
with:
2525
cname: ${{ env.DOCUMENTATION_CNAME }}
2626
token: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump ansys/actions from 10.0.14 to 10.0.15 in the actions group

0 commit comments

Comments
 (0)