Skip to content

Commit b7c8e35

Browse files
ci: bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [ansys/actions](https://github.com/ansys/actions), [actions/setup-python](https://github.com/actions/setup-python) and [quarto-dev/quarto-actions](https://github.com/quarto-dev/quarto-actions). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) Updates `ansys/actions` from 10.1.5 to 10.2.3 - [Release notes](https://github.com/ansys/actions/releases) - [Changelog](https://github.com/ansys/actions/blob/main/CHANGELOG.md) - [Commits](ansys/actions@21c9de9...41f86da) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) Updates `quarto-dev/quarto-actions` from 2.1.9 to 2.2.0 - [Release notes](https://github.com/quarto-dev/quarto-actions/releases) - [Commits](quarto-dev/quarto-actions@9e48da2...8a96df1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: ansys/actions dependency-version: 10.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: quarto-dev/quarto-actions dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d693446 commit b7c8e35

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

.github/workflows/cache_cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
actions: write
1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
1919
with:
2020
persist-credentials: false
2121

.github/workflows/ci.yml

Lines changed: 15 additions & 15 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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
67+
- uses: ansys/actions/doc-deploy-changelog@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
82+
uses: ansys/actions/check-pr-title@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
97+
uses: ansys/actions/doc-style@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
125+
uses: ansys/actions/build-wheelhouse@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
153+
- uses: ansys/actions/check-vulnerabilities@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
164+
- uses: ansys/actions/check-actions-security@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
193+
- uses: ansys/actions/doc-deploy-pr@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
194194
with:
195195
cname: ${{ env.DOCUMENTATION_CNAME }}
196196
token: ${{ secrets.GITHUB_TOKEN }}
@@ -210,7 +210,7 @@ jobs:
210210

211211
steps:
212212
- name: "Install Git and checkout project"
213-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
213+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
214214
with:
215215
persist-credentials: false
216216

@@ -254,7 +254,7 @@ jobs:
254254
matrix: ${{ steps.set-matrix.outputs.matrix }}
255255
steps:
256256
- name: "Install Git and checkout project"
257-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
257+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
258258
with:
259259
persist-credentials: false
260260

@@ -361,7 +361,7 @@ jobs:
361361
contents: read
362362
steps:
363363
- name: "Build library source and wheel artifacts"
364-
uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
364+
uses: ansys/actions/build-library@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
399+
uses: ansys/actions/release-github@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
415+
uses: ansys/actions/doc-deploy-stable@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
433+
uses: ansys/actions/doc-deploy-dev@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
434434
with:
435435
cname: ${{ env.DOCUMENTATION_CNAME }}
436436
token: ${{ secrets.GITHUB_TOKEN }}
@@ -467,7 +467,7 @@ jobs:
467467
os: [ubuntu-latest, windows-latest]
468468

469469
steps:
470-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
470+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
471471
with:
472472
persist-credentials: false
473473

@@ -489,7 +489,7 @@ jobs:
489489
actions: write
490490
steps:
491491
- name: "Install Git and checkout project"
492-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
492+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
493493
with:
494494
persist-credentials: false
495495

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
60+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
6161
with:
6262
persist-credentials: false
6363

.github/workflows/doc-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: "Install Git and checkout project"
94-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
94+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
9595
with:
9696
persist-credentials: false
9797

@@ -140,14 +140,14 @@ jobs:
140140
- 'pyproject.toml'
141141
142142
- name: "Setup Python with cache"
143-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
143+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
144144
if: steps.changes.outputs.workflows != 'true'
145145
with:
146146
cache: 'pip'
147147
python-version: ${{ env.MAIN_PYTHON_VERSION }}
148148

149149
- name: "Setup Python without cache"
150-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
150+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
151151
if: steps.changes.outputs.workflows == 'true'
152152
with:
153153
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -215,7 +215,7 @@ jobs:
215215
216216
- name: Install Quarto
217217
if: ${{ inputs.build_cheatsheet }}
218-
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb #v2.1.9
218+
uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b #v2.2.0
219219
with:
220220
tinytex: true
221221
version: 1.7.32

.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@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
26+
uses: ansys/actions/hk-package-clean-untagged@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
2727
with:
2828
package-name: 'mapdl'
2929
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
issues: write
2727
steps:
28-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
2929
with:
3030
persist-credentials: false
3131
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c #v1.3.0
@@ -134,7 +134,7 @@ jobs:
134134
pull-requests: write
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: ansys/actions/doc-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 #v10.1.5
137+
- uses: ansys/actions/doc-changelog@41f86da4c9ead510db9135e428e33df9cc6f92e1 #v10.2.3
138138
with:
139139
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
140140
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/migrator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
296296
- name: Checkout repo
297297
if : ${{ env.CONTINUE == 'true'}}
298-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
298+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
299299
with:
300300
ref: main
301301
persist-credentials: true # zizmor: ignore[artipacked]

.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@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
27+
- uses: ansys/actions/doc-deploy-pr@41f86da4c9ead510db9135e428e33df9cc6f92e1 # v10.2.3
2828
with:
2929
cname: ${{ env.DOCUMENTATION_CNAME }}
3030
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
df -h
162162
163163
- name: "Install Git and checkout project"
164-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
164+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
165165
with:
166166
repository: ansys/pymapdl
167167
persist-credentials: false
@@ -208,7 +208,7 @@ jobs:
208208
apt-get update && apt install -y libgl1 libglx-mesa0 xvfb libgomp1 graphviz curl git && apt-get clean
209209
210210
- name: "Setup Python"
211-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
211+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
212212
with:
213213
python-version: ${{ inputs.python-version }}
214214

.github/workflows/test-remote.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
df -h
100100
101101
- name: "Install Git and checkout project"
102-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
102+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
103103
with:
104104
persist-credentials: false
105105

@@ -212,14 +212,14 @@ jobs:
212212
- '.github/workflows/**'
213213
214214
- name: "Setup Python with cache"
215-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
215+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
216216
if: steps.changes.outputs.workflows != 'true'
217217
with:
218218
cache: 'pip'
219219
python-version: ${{ inputs.python-version }}
220220

221221
- name: "Setup Python without cache"
222-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
222+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 #v6.1.0
223223
if: steps.changes.outputs.workflows == 'true'
224224
with:
225225
python-version: ${{ inputs.python-version }}

0 commit comments

Comments
 (0)