Skip to content

Commit f4cc2d8

Browse files
ci: bump the actions group across 1 directory with 6 updates
Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.7.0` | `7.1.4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [ansys/actions](https://github.com/ansys/actions) | `10.1.2` | `10.1.5` | | [docker/login-action](https://github.com/docker/login-action) | `3.5.0` | `3.6.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `6.0.0` | Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) Updates `astral-sh/setup-uv` from 6.7.0 to 7.1.4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@b75a909...1e862df) 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) Updates `ansys/actions` from 10.1.2 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@9de5aa7...21c9de9) Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.4 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 - dependency-name: ansys/actions dependency-version: 10.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89865c4 commit f4cc2d8

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

.github/workflows/ci_cd_main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
steps:
2626

2727
- name: "Checkout the project"
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929

3030
- name: "Install Python ${{ env.MAIN_PYTHON_VERSION }}"
31-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
31+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
3232
with:
3333
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3434

@@ -62,14 +62,14 @@ jobs:
6262
if (Test-Path $examples_folder){ Dir -Recurse $examples_folder | Get-Childitem} else {Write-Host "WARNING: Expecting an examples folder in $examples_folder. Interactive plots will not work..."}
6363
6464
- name: Upload HTML documentation artifact
65-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6666
with:
6767
name: documentation-html
6868
path: doc/_build/html
6969
retention-days: 7
7070

7171
- name: Upload PDF documentation artifact
72-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373
with:
7474
name: documentation-pdf
7575
path: doc/_build/latex/*.pdf
@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
needs: doc-build
8282
steps:
83-
- uses: ansys/actions/doc-deploy-dev@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
83+
- uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
8484
with:
8585
doc-artifact-name: "documentation-html"
8686
cname: ${{ env.DOCUMENTATION_CNAME }}

.github/workflows/ci_cd_night.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
steps:
3636

3737
- name: "Checkout the project"
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939

4040
- name: "Set up uv"
41-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
41+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444

@@ -50,7 +50,7 @@ jobs:
5050
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
5151

5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
53+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5454
if: matrix.tests.needs_fluent
5555
with:
5656
registry: ghcr.io
@@ -78,7 +78,7 @@ jobs:
7878
name: Documentation Style Check
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
81+
- uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484

@@ -90,10 +90,10 @@ jobs:
9090
steps:
9191

9292
- name: "Checkout the project"
93-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
93+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
9494

9595
- name: "Install Python ${{ env.MAIN_PYTHON_VERSION }}"
96-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
96+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
9797
with:
9898
python-version: ${{ env.MAIN_PYTHON_VERSION }}
9999

@@ -127,14 +127,14 @@ jobs:
127127
if (Test-Path $examples_folder){ Dir -Recurse $examples_folder | Get-Childitem} else {Write-Host "WARNING: Expecting an examples folder in $examples_folder. Interactive plots will not work..."}
128128
129129
- name: Upload HTML documentation artifact
130-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
130+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
131131
with:
132132
name: documentation-html
133133
path: doc/_build/html
134134
retention-days: 7
135135

136136
- name: Upload PDF documentation artifact
137-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
138138
with:
139139
name: documentation-pdf
140140
path: doc/_build/latex/*.pdf
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
needs: doc-build
147147
steps:
148-
- uses: ansys/actions/doc-deploy-dev@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
148+
- uses: ansys/actions/doc-deploy-dev@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
149149
with:
150150
doc-artifact-name: "documentation-html"
151151
cname: ${{ env.DOCUMENTATION_CNAME }}

.github/workflows/ci_cd_pr.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pull-requests: write
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3232

3333
- name: "Update labels"
3434
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
@@ -49,11 +49,11 @@ jobs:
4949
pull-requests: write
5050
steps:
5151

52-
- uses: ansys/actions/check-pr-title@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
52+
- uses: ansys/actions/check-pr-title@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

56-
- uses: ansys/actions/doc-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
56+
- uses: ansys/actions/doc-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
5757
with:
5858
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5959
use-conventional-commits: true
@@ -66,15 +66,15 @@ jobs:
6666
runs-on: ubuntu-latest
6767
needs: changelog-fragment
6868
steps:
69-
- uses: ansys/actions/code-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
69+
- uses: ansys/actions/code-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
7070
with:
7171
python-version: ${{ env.MAIN_PYTHON_VERSION }}
7272

7373
vulnerabilities:
7474
name: Vulnerabilities
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: ansys/actions/check-vulnerabilities@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
77+
- uses: ansys/actions/check-vulnerabilities@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
7878
with:
7979
python-version: ${{ env.MAIN_PYTHON_VERSION }}
8080
python-package-name: ${{ env.LIBRARY_NAME }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
needs: changelog-fragment
8888
steps:
89-
- uses: ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
89+
- uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
9090
with:
9191
token: ${{ secrets.GITHUB_TOKEN }}
9292

@@ -100,7 +100,7 @@ jobs:
100100
os: [ubuntu-latest, windows-latest]
101101
python-version: ['3.10', '3.11', '3.12']
102102
steps:
103-
- uses: ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
103+
- uses: ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
104104
with:
105105
library-name: ${{ env.LIBRARY_NAME }}
106106
operating-system: ${{ matrix.os }}
@@ -115,10 +115,10 @@ jobs:
115115
steps:
116116

117117
- name: "Checkout the project"
118-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
118+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
119119

120120
- name: "Install Python ${{ env.MAIN_PYTHON_VERSION }}"
121-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
121+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
122122
with:
123123
python-version: ${{ env.MAIN_PYTHON_VERSION }}
124124

@@ -152,14 +152,14 @@ jobs:
152152
if (Test-Path $examples_folder){ Dir -Recurse $examples_folder | Get-Childitem} else {Write-Host "WARNING: Expecting an examples folder in $examples_folder. Interactive plots will not work..."}
153153
154154
- name: Upload HTML documentation artifact
155-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
155+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
156156
with:
157157
name: documentation-html
158158
path: doc/_build/html
159159
retention-days: 7
160160

161161
- name: Upload PDF documentation artifact
162-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
162+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
163163
with:
164164
name: documentation-pdf
165165
path: doc/_build/latex/*.pdf
@@ -180,10 +180,10 @@ jobs:
180180
steps:
181181

182182
- name: "Checkout the project"
183-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
183+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
184184

185185
- name: "Set up uv"
186-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
186+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
187187
with:
188188
python-version: ${{ matrix.python-version }}
189189

@@ -195,7 +195,7 @@ jobs:
195195
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
196196

197197
- name: Login to GitHub Container Registry
198-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
198+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
199199
if: matrix.tests.needs_fluent
200200
with:
201201
registry: ghcr.io
@@ -224,7 +224,7 @@ jobs:
224224
runs-on: ubuntu-latest
225225
# needs: [wheelhouse, doc-build, tests]
226226
steps:
227-
- uses: ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
227+
- uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
228228
with:
229229
library-name: ${{ env.LIBRARY_NAME }}
230230
python-version: ${{ env.MAIN_PYTHON_VERSION }}

.github/workflows/ci_cd_release.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: write
2929
pull-requests: write
3030
steps:
31-
- uses: ansys/actions/doc-deploy-changelog@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
31+
- uses: ansys/actions/doc-deploy-changelog@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
3232
with:
3333
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
3434
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: changelog-deployment
4141
steps:
42-
- uses: ansys/actions/code-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
42+
- uses: ansys/actions/code-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
4343
with:
4444
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4545

@@ -49,7 +49,7 @@ jobs:
4949
needs: changelog-deployment
5050
steps:
5151
- name: "Running documentation style checks"
52-
uses: ansys/actions/doc-style@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
52+
uses: ansys/actions/doc-style@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

@@ -63,7 +63,7 @@ jobs:
6363
os: [ubuntu-latest, windows-latest]
6464
python-version: ['3.10', '3.11', '3.12']
6565
steps:
66-
- uses: ansys/actions/build-wheelhouse@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
66+
- uses: ansys/actions/build-wheelhouse@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
6767
with:
6868
library-name: ${{ env.LIBRARY_NAME }}
6969
operating-system: ${{ matrix.os }}
@@ -78,10 +78,10 @@ jobs:
7878
steps:
7979

8080
- name: "Checkout the project"
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6.0.0
8282

8383
- name: "Install Python ${{ env.MAIN_PYTHON_VERSION }}"
84-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
84+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
8585
with:
8686
python-version: ${{ env.MAIN_PYTHON_VERSION }}
8787

@@ -115,14 +115,14 @@ jobs:
115115
if (Test-Path $examples_folder){ Dir -Recurse $examples_folder | Get-Childitem} else {Write-Host "WARNING: Expecting an examples folder in $examples_folder. Interactive plots will not work..."}
116116
117117
- name: Upload HTML documentation artifact
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119
with:
120120
name: documentation-html
121121
path: doc/_build/html
122122
retention-days: 7
123123

124124
- name: Upload PDF documentation artifact
125-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
125+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
126126
with:
127127
name: documentation-pdf
128128
path: doc/_build/latex/*.pdf
@@ -143,10 +143,10 @@ jobs:
143143
steps:
144144

145145
- name: Checkout project
146-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
146+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
147147

148148
- name: "Set up uv"
149-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
149+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
150150
with:
151151
python-version: ${{ matrix.python-version }}
152152

@@ -158,7 +158,7 @@ jobs:
158158
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
159159

160160
- name: Login to GitHub Container Registry
161-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
161+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
162162
if: matrix.tests.needs_fluent
163163
with:
164164
registry: ghcr.io
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ubuntu-latest
190190
needs: [wheelhouse, doc-build, tests]
191191
steps:
192-
- uses: ansys/actions/build-library@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
192+
- uses: ansys/actions/build-library@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
193193
with:
194194
library-name: ${{ env.LIBRARY_NAME }}
195195
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -206,7 +206,7 @@ jobs:
206206
steps:
207207

208208
- name: Download all artifacts
209-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
209+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
210210
with:
211211
name: ${{ env.LIBRARY_NAME }}-artifacts
212212
path: ${{ env.LIBRARY_NAME }}-artifacts
@@ -220,7 +220,7 @@ jobs:
220220
skip-existing: false
221221

222222
- name: Release to GitHub
223-
uses: ansys/actions/release-github@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
223+
uses: ansys/actions/release-github@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
224224
with:
225225
library-name: ${{ env.LIBRARY_NAME }}
226226
token: ${{ secrets.GITHUB_TOKEN }}
@@ -230,7 +230,7 @@ jobs:
230230
runs-on: ubuntu-latest
231231
needs: release
232232
steps:
233-
- uses: ansys/actions/doc-deploy-stable@9de5aa715cf3c98a237b08e1a308c08599223c42 # v10.1.2
233+
- uses: ansys/actions/doc-deploy-stable@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
234234
with:
235235
doc-artifact-name: "documentation-html"
236236
cname: ${{ env.DOCUMENTATION_CNAME }}

0 commit comments

Comments
 (0)