Skip to content

Commit 2df78b3

Browse files
dependabot[bot]pyansys-ci-botmhoeijm
authored
ci: bump the actions group with 3 updates (#1204)
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]> Co-authored-by: Martijn <[email protected]>
1 parent 555855b commit 2df78b3

File tree

5 files changed

+21
-20
lines changed

5 files changed

+21
-20
lines changed

.github/workflows/ci_cd_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
needs: doc-build
7979
steps:
80-
- uses: ansys/actions/doc-deploy-dev@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
80+
- uses: ansys/actions/doc-deploy-dev@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
8181
with:
8282
doc-artifact-name: "documentation-html"
8383
cname: ${{ env.DOCUMENTATION_CNAME }}

.github/workflows/ci_cd_night.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
5151

5252
- name: Login to GitHub Container Registry
53-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
53+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
81+
- uses: ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143
needs: doc-build
144144
steps:
145-
- uses: ansys/actions/doc-deploy-dev@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
145+
- uses: ansys/actions/doc-deploy-dev@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
146146
with:
147147
doc-artifact-name: "documentation-html"
148148
cname: ${{ env.DOCUMENTATION_CNAME }}

.github/workflows/ci_cd_pr.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
pull-requests: write
5050
steps:
5151

52-
- uses: ansys/actions/check-pr-title@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
52+
- uses: ansys/actions/check-pr-title@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555

56-
- uses: ansys/actions/doc-changelog@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
56+
- uses: ansys/actions/doc-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
5757
with:
5858
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
5959
use-conventional-commits: true
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
needs: changelog-fragment
6868
steps:
69-
- uses: ansys/actions/code-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
69+
- uses: ansys/actions/code-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
7070
with:
7171
python-version: ${{ env.MAIN_PYTHON_VERSION }}
7272

@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
needs: changelog-fragment
7777
steps:
78-
- uses: ansys/actions/doc-style@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
78+
- uses: ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
7979
with:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181

@@ -89,7 +89,7 @@ jobs:
8989
os: [ubuntu-latest, windows-latest]
9090
python-version: ['3.10', '3.11', '3.12']
9191
steps:
92-
- uses: ansys/actions/build-wheelhouse@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
92+
- uses: ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
9393
with:
9494
library-name: ${{ env.LIBRARY_NAME }}
9595
operating-system: ${{ matrix.os }}
@@ -181,7 +181,7 @@ jobs:
181181
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
182182

183183
- name: Login to GitHub Container Registry
184-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
184+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
185185
if: matrix.tests.needs_fluent
186186
with:
187187
registry: ghcr.io
@@ -210,7 +210,7 @@ jobs:
210210
runs-on: ubuntu-latest
211211
# needs: [wheelhouse, doc-build, tests]
212212
steps:
213-
- uses: ansys/actions/build-library@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
213+
- uses: ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
214214
with:
215215
library-name: ${{ env.LIBRARY_NAME }}
216216
python-version: ${{ env.MAIN_PYTHON_VERSION }}

.github/workflows/ci_cd_release.yml

Lines changed: 9 additions & 9 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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
31+
- uses: ansys/actions/doc-deploy-changelog@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
42+
- uses: ansys/actions/code-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
52+
uses: ansys/actions/doc-style@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
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@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
66+
- uses: ansys/actions/build-wheelhouse@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
6767
with:
6868
library-name: ${{ env.LIBRARY_NAME }}
6969
operating-system: ${{ matrix.os }}
@@ -155,7 +155,7 @@ jobs:
155155
ANSYS_VERSION : ${{ env.ANSYS_VERSION }}
156156

157157
- name: Login to GitHub Container Registry
158-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
158+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
159159
if: matrix.tests.needs_fluent
160160
with:
161161
registry: ghcr.io
@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
needs: [wheelhouse, doc-build, tests]
188188
steps:
189-
- uses: ansys/actions/build-library@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
189+
- uses: ansys/actions/build-library@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
190190
with:
191191
library-name: ${{ env.LIBRARY_NAME }}
192192
python-version: ${{ env.MAIN_PYTHON_VERSION }}
@@ -203,7 +203,7 @@ jobs:
203203
steps:
204204

205205
- name: Download all artifacts
206-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
206+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
207207
with:
208208
name: ${{ env.LIBRARY_NAME }}-artifacts
209209
path: ${{ env.LIBRARY_NAME }}-artifacts
@@ -217,7 +217,7 @@ jobs:
217217
skip-existing: false
218218

219219
- name: Release to GitHub
220-
uses: ansys/actions/release-github@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
220+
uses: ansys/actions/release-github@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
221221
with:
222222
library-name: ${{ env.LIBRARY_NAME }}
223223
token: ${{ secrets.GITHUB_TOKEN }}
@@ -227,7 +227,7 @@ jobs:
227227
runs-on: ubuntu-latest
228228
needs: release
229229
steps:
230-
- uses: ansys/actions/doc-deploy-stable@2031be5b84d9f8c1d56a54912209aa489b469a0f # v10.0.13
230+
- uses: ansys/actions/doc-deploy-stable@1096998b81f7ebdea116b683e11f3a8bda759ca6 # v10.0.14
231231
with:
232232
doc-artifact-name: "documentation-html"
233233
cname: ${{ env.DOCUMENTATION_CNAME }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump the actions group with 3 updates

0 commit comments

Comments
 (0)