40
40
name : " Add license headers"
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v4
43
+ - uses : actions/checkout@v5
44
44
45
45
- name : Set up Python
46
46
uses : actions/setup-python@v5
@@ -137,7 +137,7 @@ jobs:
137
137
PYFLUENT_CONTAINER_MOUNT_SOURCE : " /home/ansys/Downloads/ansys_fluent_core_examples"
138
138
139
139
steps :
140
- - uses : actions/checkout@v4
140
+ - uses : actions/checkout@v5
141
141
142
142
- name : Setup Python
143
143
uses : actions/setup-python@v5
@@ -194,7 +194,7 @@ jobs:
194
194
195
195
- name : Login to GitHub Container Registry
196
196
if : steps.cache-api-code.outputs.cache-hit != 'true'
197
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
197
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
198
198
with :
199
199
registry : ghcr.io
200
200
username : ansys-bot
@@ -249,7 +249,7 @@ jobs:
249
249
runs-on : [self-hosted, pyfluent]
250
250
251
251
steps :
252
- - uses : actions/checkout@v4
252
+ - uses : actions/checkout@v5
253
253
254
254
- name : Setup Python
255
255
uses : actions/setup-python@v5
@@ -277,7 +277,7 @@ jobs:
277
277
id : version
278
278
279
279
- name : Login to GitHub Container Registry
280
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
280
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
281
281
with :
282
282
registry : ghcr.io
283
283
username : ansys-bot
@@ -492,7 +492,7 @@ jobs:
492
492
FLUENT_IMAGE_TAG : ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
493
493
494
494
steps :
495
- - uses : actions/checkout@v4
495
+ - uses : actions/checkout@v5
496
496
497
497
- name : Setup Python
498
498
if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
@@ -502,7 +502,7 @@ jobs:
502
502
503
503
- name : Download package
504
504
if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
505
- uses : actions/download-artifact@v4
505
+ uses : actions/download-artifact@v5
506
506
with :
507
507
name : PyFluent-packages
508
508
path : dist
@@ -520,7 +520,7 @@ jobs:
520
520
521
521
- name : Login to GitHub Container Registry
522
522
if : ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
523
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
523
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
524
524
with :
525
525
registry : ghcr.io
526
526
username : ansys-bot
@@ -558,7 +558,7 @@ jobs:
558
558
timeout-minutes : 120
559
559
560
560
steps :
561
- - uses : actions/checkout@v4
561
+ - uses : actions/checkout@v5
562
562
563
563
- name : Setup Python
564
564
uses : actions/setup-python@v5
@@ -586,7 +586,7 @@ jobs:
586
586
id : version
587
587
588
588
- name : Login to GitHub Container Registry
589
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
589
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
590
590
with :
591
591
registry : ghcr.io
592
592
username : ansys-bot
@@ -642,7 +642,7 @@ jobs:
642
642
with :
643
643
python-version : ${{ env.MAIN_PYTHON_VERSION }}
644
644
645
- - uses : actions/download-artifact@v4
645
+ - uses : actions/download-artifact@v5
646
646
647
647
- name : Display package file list
648
648
run : ls -R
@@ -658,7 +658,7 @@ jobs:
658
658
TWINE_REPOSITORY_URL : https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/upload
659
659
660
660
- name : " Download the library artifacts from build-library step"
661
- uses : actions/download-artifact@v4.3.0
661
+ uses : actions/download-artifact@v5
662
662
with :
663
663
name : PyFluent-packages
664
664
path : PyFluent-packages
0 commit comments