Skip to content

Commit 9559c29

Browse files
ci: bump the actions group with 5 updates (#4223)
* ci: bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [ansys/actions](https://github.com/ansys/actions) | `10.0.20` | `10.1.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/labeler](https://github.com/actions/labeler) | `5` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | Updates `ansys/actions` from 10.0.20 to 10.1.0 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@v10.0.20...v10.1.0) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: ansys/actions dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4223.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 0161e49 commit 9559c29

File tree

9 files changed

+28
-27
lines changed

9 files changed

+28
-27
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 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/doc-deploy-changelog@v10.0.20
72+
- uses: ansys/actions/doc-deploy-changelog@v10.1.0
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/check-pr-title@v10.0.20
85+
uses: ansys/actions/check-pr-title@v10.1.0
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/doc-style@v10.0.20
98+
uses: ansys/actions/doc-style@v10.1.0
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/build-wheelhouse@v10.0.20
125+
uses: ansys/actions/build-wheelhouse@v10.1.0
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/check-vulnerabilities@v10.0.20
147+
- uses: ansys/actions/check-vulnerabilities@v10.1.0
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/doc-deploy-pr@v10.0.20
173+
- uses: ansys/actions/doc-deploy-pr@v10.1.0
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/build-library@v10.0.20
333+
uses: ansys/actions/build-library@v10.1.0
334334
with:
335335
library-name: ${{ env.PACKAGE_NAME }}
336336
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -357,15 +357,15 @@ jobs:
357357
run: ls -Rla
358358

359359
- name: "Release to PyPI using trusted publisher"
360-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
360+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
361361
with:
362362
repository-url: "https://upload.pypi.org/legacy/"
363363
print-hash: true
364364
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
365365
skip-existing: false
366366

367367
- name: "Release to GitHub"
368-
uses: ansys/actions/release-github@v10.0.20
368+
uses: ansys/actions/release-github@v10.1.0
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/doc-deploy-stable@v10.0.20
382+
uses: ansys/actions/doc-deploy-stable@v10.1.0
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/doc-deploy-dev@v10.0.20
398+
uses: ansys/actions/doc-deploy-dev@v10.1.0
399399
with:
400400
cname: ${{ env.DOCUMENTATION_CNAME }}
401401
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ jobs:
130130
- 'pyproject.toml'
131131
132132
- name: "Setup Python with cache"
133-
uses: actions/setup-python@v5
133+
uses: actions/setup-python@v6
134134
if: steps.changes.outputs.workflows != 'true'
135135
with:
136136
cache: 'pip'
137137
python-version: ${{ env.MAIN_PYTHON_VERSION }}
138138

139139
- name: "Setup Python without cache"
140-
uses: actions/setup-python@v5
140+
uses: actions/setup-python@v6
141141
if: steps.changes.outputs.workflows == 'true'
142142
with:
143143
python-version: ${{ env.MAIN_PYTHON_VERSION }}

.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/hk-package-clean-untagged@v10.0.20
25+
uses: ansys/actions/hk-package-clean-untagged@v10.1.0
2626
with:
2727
package-name: 'mapdl'
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Label based on modified files
3939
- name: Label based on changed files
40-
uses: actions/labeler@v5
40+
uses: actions/labeler@v6
4141
with:
4242
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4343
sync-labels: true
@@ -127,7 +127,7 @@ jobs:
127127
pull-requests: write
128128
runs-on: ubuntu-latest
129129
steps:
130-
- uses: ansys/actions/doc-changelog@v10.0.20
130+
- uses: ansys/actions/doc-changelog@v10.1.0
131131
with:
132132
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
133133
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/migrator.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Setup the configuration
7171
id: pr_number
72-
uses: actions/github-script@v7
72+
uses: actions/github-script@v8
7373
env:
7474
EVENTNAME: ${{ github.event_name }}
7575
DISPATCH_PR_NUMBER: ${{ github.event.inputs.issue_number }}
@@ -138,7 +138,7 @@ jobs:
138138
core.exportVariable('MODE', mode);
139139
140140
- id: is_organization_member
141-
uses: actions/github-script@v7
141+
uses: actions/github-script@v8
142142
with:
143143
github-token: ${{ secrets.TOKEN_TEAMS_USER_READ }}
144144
script: |
@@ -169,7 +169,7 @@ jobs:
169169
}
170170
171171
- name: 'Delete previous reactions'
172-
uses: actions/github-script@v7
172+
uses: actions/github-script@v8
173173
with:
174174
github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
175175
script: |
@@ -202,7 +202,7 @@ jobs:
202202
}
203203
204204
- name: 'Reply to comment'
205-
uses: actions/github-script@v7
205+
uses: actions/github-script@v8
206206
with:
207207
github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
208208
script: |
@@ -240,7 +240,7 @@ jobs:
240240
241241
- name: Get pull request details
242242
if : ${{ env.CONTINUE == 'true' }}
243-
uses: actions/github-script@v7
243+
uses: actions/github-script@v8
244244
with:
245245
github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
246246
script: |
@@ -364,7 +364,7 @@ jobs:
364364
365365
- name: Opening PR if needed.
366366
if : ${{ env.CONTINUE == 'true' }}
367-
uses: actions/github-script@v7
367+
uses: actions/github-script@v8
368368
with:
369369
github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
370370
script: |
@@ -475,7 +475,7 @@ jobs:
475475
- name: Create comment about failed migration
476476
# Not creating more failure comments if the workflow is retried
477477
if: ${{ failure() && github.run_attempt == 1 && github.event_name != 'workflow_dispatch' }}
478-
uses: actions/github-script@v7
478+
uses: actions/github-script@v8
479479
with:
480480
github-token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
481481
script: |

.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/doc-deploy-pr@v10.0.20
23+
- uses: ansys/actions/doc-deploy-pr@v10.1.0
2424
with:
2525
cname: ${{ env.DOCUMENTATION_CNAME }}
2626
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
apt-get update && apt install -y libgl1 libglx-mesa0 xvfb libgomp1 graphviz curl && apt-get clean
187187
188188
- name: "Setup Python"
189-
uses: actions/setup-python@v5
189+
uses: actions/setup-python@v6
190190
with:
191191
python-version: ${{ inputs.python-version }}
192192

.github/workflows/test-remote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,14 @@ jobs:
188188
- '.github/workflows/**'
189189
190190
- name: "Setup Python with cache"
191-
uses: actions/setup-python@v5
191+
uses: actions/setup-python@v6
192192
if: steps.changes.outputs.workflows != 'true'
193193
with:
194194
cache: 'pip'
195195
python-version: ${{ inputs.python-version }}
196196

197197
- name: "Setup Python without cache"
198-
uses: actions/setup-python@v5
198+
uses: actions/setup-python@v6
199199
if: steps.changes.outputs.workflows == 'true'
200200
with:
201201
python-version: ${{ inputs.python-version }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 5 updates

0 commit comments

Comments
 (0)