Skip to content

Commit 4fd1ae5

Browse files
ci: bump ansys/actions from 10.0.13 to 10.0.14 in the actions group (#4171)
* ci: bump ansys/actions from 10.0.13 to 10.0.14 in the actions group Bumps the actions group with 1 update: [ansys/actions](https://github.com/ansys/actions). Updates `ansys/actions` from 10.0.13 to 10.0.14 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v10.0.13...v10.0.14) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.0.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4171.miscellaneous.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 3c5bc61 commit 4fd1ae5

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
contents: write
5454
pull-requests: write
5555
steps:
56-
- uses: ansys/actions/[email protected].13
56+
- uses: ansys/actions/[email protected].14
5757
with:
5858
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5959
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Check pull-request name
69-
uses: ansys/actions/[email protected].13
69+
uses: ansys/actions/[email protected].14
7070
with:
7171
token: ${{ secrets.GITHUB_TOKEN }}
7272

@@ -79,7 +79,7 @@ jobs:
7979
folder: ["doc", "examples"]
8080
steps:
8181
- name: "Ansys documentation style checks"
82-
uses: ansys/actions/[email protected].13
82+
uses: ansys/actions/[email protected].14
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
8585
files: ${{ matrix.folder }}
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- name: "Build wheelhouse and perform smoke test"
108108
id: build-wheelhouse
109-
uses: ansys/actions/[email protected].13
109+
uses: ansys/actions/[email protected].14
110110
with:
111111
library-name: ${{ env.PACKAGE_NAME }}
112112
operating-system: ${{ matrix.os }}
@@ -128,7 +128,7 @@ jobs:
128128
name: "Check library vulnerabilities"
129129
runs-on: ubuntu-latest
130130
steps:
131-
- uses: ansys/actions/[email protected].13
131+
- uses: ansys/actions/[email protected].14
132132
with:
133133
python-version: ${{ env.MAIN_PYTHON_VERSION }}
134134
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -299,7 +299,7 @@ jobs:
299299
runs-on: ubuntu-latest
300300
steps:
301301
- name: "Build library source and wheel artifacts"
302-
uses: ansys/actions/[email protected].13
302+
uses: ansys/actions/[email protected].14
303303
with:
304304
library-name: ${{ env.PACKAGE_NAME }}
305305
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -334,7 +334,7 @@ jobs:
334334
skip-existing: false
335335

336336
- name: "Release to GitHub"
337-
uses: ansys/actions/[email protected].13
337+
uses: ansys/actions/[email protected].14
338338
with:
339339
library-name: ${{ env.PACKAGE_NAME }}
340340
additional-artifacts: "minimum_requirements.txt"
@@ -348,7 +348,7 @@ jobs:
348348
needs: [release]
349349
steps:
350350
- name: "Deploy the stable documentation"
351-
uses: ansys/actions/[email protected].13
351+
uses: ansys/actions/[email protected].14
352352
with:
353353
cname: ${{ env.DOCUMENTATION_CNAME }}
354354
token: ${{ secrets.GITHUB_TOKEN }}
@@ -364,7 +364,7 @@ jobs:
364364
needs: [docs-build]
365365
steps:
366366
- name: "Deploy the latest documentation"
367-
uses: ansys/actions/[email protected].13
367+
uses: ansys/actions/[email protected].14
368368
with:
369369
cname: ${{ env.DOCUMENTATION_CNAME }}
370370
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].13
25+
uses: ansys/actions/[email protected].14
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].13
130+
- uses: ansys/actions/[email protected].14
131131
with:
132132
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
133133
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ci: bump ansys/actions from 10.0.13 to 10.0.14 in the actions group

0 commit comments

Comments
 (0)