Skip to content

Commit 9252941

Browse files
authored
Merge branch 'main' into copilot/add-remove-instance-methods
2 parents 3529b06 + 66687ee commit 9252941

File tree

8 files changed

+25
-24
lines changed

8 files changed

+25
-24
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
contents: write # Needed to update changelog files
6565
pull-requests: write # Needed to create pull requests with changelog updates
6666
steps:
67-
- uses: ansys/actions/doc-deploy-changelog@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
67+
- uses: ansys/actions/doc-deploy-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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 # Needed to read pull request details
8080
steps:
8181
- name: Check pull-request name
82-
uses: ansys/actions/check-pr-title@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
82+
uses: ansys/actions/check-pr-title@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
97+
uses: ansys/actions/doc-style@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
125+
uses: ansys/actions/build-wheelhouse@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
153+
- uses: ansys/actions/check-vulnerabilities@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
164+
- uses: ansys/actions/check-actions-security@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
165165
with:
166166
generate-summary: true
167167
token: ${{ secrets.GITHUB_TOKEN }}
@@ -190,7 +190,7 @@ jobs:
190190
contents: write # Needed to push documentation to gh-pages branch
191191
pull-requests: write # Needed to comment on pull requests with documentation link
192192
steps:
193-
- uses: ansys/actions/doc-deploy-pr@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
193+
- uses: ansys/actions/doc-deploy-pr@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
194194
with:
195195
cname: ${{ env.DOCUMENTATION_CNAME }}
196196
token: ${{ secrets.GITHUB_TOKEN }}
@@ -361,7 +361,7 @@ jobs:
361361
contents: read # Needed to read repository contents for packaging
362362
steps:
363363
- name: "Build library source and wheel artifacts"
364-
uses: ansys/actions/build-library@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
364+
uses: ansys/actions/build-library@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
365365
with:
366366
library-name: ${{ env.PACKAGE_NAME }}
367367
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -396,7 +396,7 @@ jobs:
396396
skip-existing: false
397397

398398
- name: "Release to GitHub"
399-
uses: ansys/actions/release-github@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
399+
uses: ansys/actions/release-github@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
400400
with:
401401
library-name: ${{ env.PACKAGE_NAME }}
402402
additional-artifacts: "minimum_requirements.txt"
@@ -412,7 +412,7 @@ jobs:
412412
needs: [release]
413413
steps:
414414
- name: "Deploy the stable documentation"
415-
uses: ansys/actions/doc-deploy-stable@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
415+
uses: ansys/actions/doc-deploy-stable@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
416416
with:
417417
cname: ${{ env.DOCUMENTATION_CNAME }}
418418
token: ${{ secrets.GITHUB_TOKEN }}
@@ -430,7 +430,7 @@ jobs:
430430
needs: [docs-build]
431431
steps:
432432
- name: "Deploy the latest documentation"
433-
uses: ansys/actions/doc-deploy-dev@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
433+
uses: ansys/actions/doc-deploy-dev@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.5
434434
with:
435435
cname: ${{ env.DOCUMENTATION_CNAME }}
436436
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/doc-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
persist-credentials: false
100100

101101
- name: "Login in Github container registry"
102-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
102+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
103103
with:
104104
registry: ghcr.io
105105
username: ${{ secrets.username }}
@@ -143,14 +143,14 @@ jobs:
143143
- 'pyproject.toml'
144144
145145
- name: "Setup Python with cache"
146-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
146+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
147147
if: steps.changes.outputs.workflows != 'true'
148148
with:
149149
cache: 'pip'
150150
python-version: ${{ env.MAIN_PYTHON_VERSION }}
151151

152152
- name: "Setup Python without cache"
153-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
153+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
154154
if: steps.changes.outputs.workflows == 'true'
155155
with:
156156
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -180,7 +180,7 @@ jobs:
180180
echo "PyMAPDL version is: $(python -c "from ansys.mapdl.core import __version__; print(__version__)")"
181181
182182
- name: "Cache examples"
183-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
183+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
184184
if: ${{ inputs.use_cache_examples && (steps.changes.outputs.documentation != 'true' || env.NOT_ON_RELEASE) }}
185185
with:
186186
path: doc/source/examples
@@ -189,7 +189,7 @@ jobs:
189189
Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}
190190
191191
- name: "Cache docs build directory"
192-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
192+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
193193
if: ${{ inputs.use_cache_doc_build && (steps.changes.outputs.documentation != 'true' || env.NOT_ON_RELEASE) }}
194194
with:
195195
path: doc/_build
@@ -198,7 +198,7 @@ jobs:
198198
doc-build-v${{ env.RESET_DOC_BUILD_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}
199199
200200
- name: "Cache autosummary"
201-
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 #v5.0.2
201+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
202202
if: ${{ inputs.use_cache_autosummary && (steps.changes.outputs.documentation != 'true' || env.NOT_ON_RELEASE) }}
203203
with:
204204
path: doc/source/**/_autosummary/*.rst

.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@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
26+
uses: ansys/actions/hk-package-clean-untagged@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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 # Needed to comment on pull requests with changelog info
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: ansys/actions/doc-changelog@36cd86710c966963f4dcec56a9670171618cf76a #v10.2.4
137+
- uses: ansys/actions/doc-changelog@3931ac9351b13ae11b1203c2ef6b51e5c75502ea #v10.2.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
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
contents: write # Needed to remove documentation from gh-pages branch
3030
steps:
31-
- uses: ansys/actions/doc-deploy-pr@36cd86710c966963f4dcec56a9670171618cf76a # v10.2.4
31+
- uses: ansys/actions/doc-deploy-pr@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
3232
with:
3333
cname: ${{ env.DOCUMENTATION_CNAME }}
3434
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
apt-get update && apt install -y libgl1 libglx-mesa0 xvfb libgomp1 graphviz curl git && apt-get clean
202202
203203
- name: "Setup Python"
204-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
204+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
205205
with:
206206
python-version: ${{ inputs.python-version }}
207207

.github/workflows/test-remote.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
persist-credentials: false
111111

112112
- name: "Login in Github container registry"
113-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
113+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 #v3.7.0
114114
with:
115115
registry: ghcr.io
116116
username: ${{ secrets.username }}
@@ -210,14 +210,14 @@ jobs:
210210
- '.github/workflows/**'
211211
212212
- name: "Setup Python with cache"
213-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
213+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
214214
if: steps.changes.outputs.workflows != 'true'
215215
with:
216216
cache: 'pip'
217217
python-version: ${{ inputs.python-version }}
218218

219219
- name: "Setup Python without cache"
220-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
220+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
221221
if: steps.changes.outputs.workflows == 'true'
222222
with:
223223
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 across 1 directory with 4 updates

0 commit comments

Comments
 (0)