Skip to content

Commit e062fbe

Browse files
ci: bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [ansys/actions](https://github.com/ansys/actions), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `ansys/actions` from 10.1.4 to 10.1.5 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@c2fa7c9...21c9de9) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8efc45e commit e062fbe

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
contents: write
6565
pull-requests: write
6666
steps:
67-
- uses: ansys/actions/doc-deploy-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
67+
- uses: ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
6868
with:
6969
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
7070
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -79,7 +79,7 @@ jobs:
7979
pull-requests: read
8080
steps:
8181
- name: Check pull-request name
82-
uses: ansys/actions/check-pr-title@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
82+
uses: ansys/actions/check-pr-title@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
8585

@@ -94,7 +94,7 @@ jobs:
9494
folder: ["doc", "examples"]
9595
steps:
9696
- name: "Ansys documentation style checks"
97-
uses: ansys/actions/doc-style@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
97+
uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
9898
with:
9999
token: ${{ secrets.GITHUB_TOKEN }}
100100
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/build-wheelhouse@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
125+
uses: ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
126126
with:
127127
library-name: ${{ env.PACKAGE_NAME }}
128128
operating-system: ${{ matrix.os }}
@@ -150,7 +150,7 @@ jobs:
150150
permissions:
151151
contents: read
152152
steps:
153-
- uses: ansys/actions/check-vulnerabilities@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
153+
- uses: ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
154154
with:
155155
python-version: ${{ env.MAIN_PYTHON_VERSION }}
156156
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
@@ -161,7 +161,7 @@ jobs:
161161
name: "Check actions security"
162162
runs-on: ubuntu-latest
163163
steps:
164-
- uses: ansys/actions/check-actions-security@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
164+
- uses: ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
165165
with:
166166
generate-summary: true
167167
token: ${{ secrets.GITHUB_TOKEN }}
@@ -190,7 +190,7 @@ jobs:
190190
contents: write
191191
pull-requests: write
192192
steps:
193-
- uses: ansys/actions/doc-deploy-pr@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
193+
- uses: ansys/actions/doc-deploy-pr@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
194194
with:
195195
cname: ${{ env.DOCUMENTATION_CNAME }}
196196
token: ${{ secrets.GITHUB_TOKEN }}
@@ -355,7 +355,7 @@ jobs:
355355
contents: read
356356
steps:
357357
- name: "Build library source and wheel artifacts"
358-
uses: ansys/actions/build-library@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
358+
uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
359359
with:
360360
library-name: ${{ env.PACKAGE_NAME }}
361361
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -373,7 +373,7 @@ jobs:
373373
contents: write
374374
steps:
375375
- name: "Download the library artifacts from build-library step"
376-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
376+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
377377
with:
378378
name: ${{ env.PACKAGE_NAME }}-artifacts
379379
path: ${{ env.PACKAGE_NAME }}-artifacts
@@ -390,7 +390,7 @@ jobs:
390390
skip-existing: false
391391

392392
- name: "Release to GitHub"
393-
uses: ansys/actions/release-github@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
393+
uses: ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
394394
with:
395395
library-name: ${{ env.PACKAGE_NAME }}
396396
additional-artifacts: "minimum_requirements.txt"
@@ -406,7 +406,7 @@ jobs:
406406
needs: [release]
407407
steps:
408408
- name: "Deploy the stable documentation"
409-
uses: ansys/actions/doc-deploy-stable@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
409+
uses: ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
410410
with:
411411
cname: ${{ env.DOCUMENTATION_CNAME }}
412412
token: ${{ secrets.GITHUB_TOKEN }}
@@ -424,7 +424,7 @@ jobs:
424424
needs: [docs-build]
425425
steps:
426426
- name: "Deploy the latest documentation"
427-
uses: ansys/actions/doc-deploy-dev@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
427+
uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
428428
with:
429429
cname: ${{ env.DOCUMENTATION_CNAME }}
430430
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/doc-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
.ci/substitute_defective_gif.sh
248248
249249
- name: "Upload HTML Documentation"
250-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
250+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
251251
with:
252252
name: documentation-html
253253
path: doc/_build/html
@@ -267,15 +267,15 @@ jobs:
267267

268268
- name: "Upload PDF documentation"
269269
if: ${{ inputs.build_pdf }}
270-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
270+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
271271
with:
272272
name: documentation-pdf
273273
path: doc/_build/latex/pymapdl*.pdf
274274
retention-days: 7
275275

276276
- name: "Upload minimal requirements file"
277277
# To include it in the release
278-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
278+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
279279
with:
280280
name: minimum_requirements.txt
281281
path: ./minimum_requirements.txt

.github/workflows/docker_clean_untagged.yml

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

2525
- name: "Perform versions cleanup - except certain tags"
26-
uses: ansys/actions/hk-package-clean-untagged@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
26+
uses: ansys/actions/hk-package-clean-untagged@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
2727
with:
2828
package-name: 'mapdl'
2929
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
pull-requests: write
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: ansys/actions/doc-changelog@c2fa7c93f6883114e0e643599431b33d29f0b13f #v10.1.4
137+
- uses: ansys/actions/doc-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
138138
with:
139139
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
140140
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
@@ -24,7 +24,7 @@ jobs:
2424
permissions:
2525
contents: write
2626
steps:
27-
- uses: ansys/actions/doc-deploy-pr@c2fa7c93f6883114e0e643599431b33d29f0b13f # v10.1.4
27+
- uses: ansys/actions/doc-deploy-pr@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
2828
with:
2929
cname: ${{ env.DOCUMENTATION_CNAME }}
3030
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-local.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
283283
- name: "Upload pytest reports to GitHub"
284284
if: always()
285-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
285+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
286286
with:
287287
name: "reports-${{ inputs.file-name }}"
288288
path: ./${{ inputs.file-name }}.jsonl
@@ -297,7 +297,7 @@ jobs:
297297
298298
# - name: "Upload logs to GitHub"
299299
# if: always()
300-
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
300+
# uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
301301
# with:
302302
# name: logs-${{ inputs.file-name }}.tgz
303303
# path: ./logs-${{ inputs.file-name }}.tgz
@@ -320,7 +320,7 @@ jobs:
320320
flags: local-ubuntu-${{ inputs.mapdl-version }}-dmp-${{ steps.student_check.outputs.TAG_STUDENT }}-${{ inputs.tags }}
321321

322322
- name: "Upload coverage artifacts"
323-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
323+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
324324
if: inputs.codecov-report == true
325325
with:
326326
name: ${{ inputs.file-name }}.xml

.github/workflows/test-remote.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
echo "Number of restarts in the MAPDL_1 container: $N_RESTART"
280280
281281
- name: "Upload pytest reports to GitHub"
282-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
282+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
283283
with:
284284
name: "reports-${{ inputs.file-name }}"
285285
path: ./${{ inputs.file-name }}.jsonl
@@ -292,7 +292,7 @@ jobs:
292292
flags: remote-${{ steps.ubuntu_check.outputs.TAG_UBUNTU }}-${{ inputs.mapdl-version }}-${{ steps.distributed_mode.outputs.distributed_mode }}-${{ steps.student_check.outputs.TAG_STUDENT }}
293293

294294
- name: Upload coverage artifacts
295-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
295+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
296296
with:
297297
name: "${{ inputs.file-name }}.xml"
298298
path: "./${{ inputs.file-name }}.xml"
@@ -304,7 +304,7 @@ jobs:
304304
twine check dist/*
305305
306306
- name: "Upload wheel and binaries"
307-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
307+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
308308
with:
309309
name: PyMAPDL-packages-${{ inputs.mapdl-version }}
310310
path: dist/
@@ -322,7 +322,7 @@ jobs:
322322
323323
# - name: "Upload logs to GitHub"
324324
# if: always()
325-
# uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2
325+
# uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
326326
# with:
327327
# name: logs-${{ inputs.file-name }}.tgz
328328
# path: ./logs-${{ inputs.file-name }}.tgz

0 commit comments

Comments
 (0)