Skip to content

Commit 6214377

Browse files
build(deps): 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) | `6.0.1` | `6.0.2` | | [actions/setup-python](https://github.com/actions/setup-python) | `6.1.0` | `6.2.0` | | [ansys/actions](https://github.com/ansys/actions) | `10.1.5` | `10.2.4` | | [actions/cache](https://github.com/actions/cache) | `5.0.1` | `5.0.3` | | [docker/login-action](https://github.com/docker/login-action) | `3.6.0` | `3.7.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.9` | `4.32.0` | Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@83679a8...a309ff8) Updates `ansys/actions` from 10.1.5 to 10.2.4 - [Release notes](https://github.com/ansys/actions/releases) - [Commits](ansys/actions@v10.1.5...v10.2.4) Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) Updates `docker/login-action` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) Updates `github/codeql-action` from 4.31.9 to 4.32.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...b20883b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: ansys/actions dependency-version: 10.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1f70bf commit 6214377

17 files changed

Lines changed: 84 additions & 84 deletions

.github/workflows/ci.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
name: "Add license headers"
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
with:
4747
persist-credentials: false
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
50+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5151
with:
5252
python-version: ${{ env.MAIN_PYTHON_VERSION }}
5353

@@ -67,7 +67,7 @@ jobs:
6767
contents: write
6868
pull-requests: write
6969
steps:
70-
- uses: ansys/actions/doc-deploy-changelog@v10.2
70+
- uses: ansys/actions/doc-deploy-changelog@v10.2.5
7171
with:
7272
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
7373
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Running Vale
81-
uses: ansys/actions/doc-style@v10.2
81+
uses: ansys/actions/doc-style@v10.2.5
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484

@@ -87,13 +87,13 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: "Run PyAnsys code style checks"
90-
uses: ansys/actions/code-style@v10.2
90+
uses: ansys/actions/code-style@v10.2.5
9191

9292
commit-style:
9393
name: "Run commit style checks"
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: ansys/actions/check-pr-title@v10.2
96+
- uses: ansys/actions/check-pr-title@v10.2.5
9797
with:
9898
token: ${{ secrets.GITHUB_TOKEN }}
9999

@@ -112,7 +112,7 @@ jobs:
112112
os: macos-latest
113113
steps:
114114
- name: Build wheelhouse and perform smoke test
115-
uses: ansys/actions/build-wheelhouse@v10.2
115+
uses: ansys/actions/build-wheelhouse@v10.2.5
116116
with:
117117
library-name: ${{ env.PACKAGE_NAME }}
118118
operating-system: ${{ matrix.os }}
@@ -136,7 +136,7 @@ jobs:
136136
name: "Actions Security"
137137
runs-on: ubuntu-latest
138138
steps:
139-
- uses: ansys/actions/check-actions-security@21c9de9bee9692173780696d4a39964f20b9cfa3 # v10.1.5
139+
- uses: ansys/actions/check-actions-security@3931ac9351b13ae11b1203c2ef6b51e5c75502ea # v10.2.5
140140
with:
141141
generate-summary: true
142142
token: ${{ secrets.GITHUB_TOKEN }}
@@ -152,12 +152,12 @@ jobs:
152152
PYTHONDONTWRITEBYTECODE: 1
153153

154154
steps:
155-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
155+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
156156
with:
157157
persist-credentials: false
158158

159159
- name: Setup Python
160-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
160+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
161161
with:
162162
python-version: ${{ env.PYTHON_VERSION }}
163163

@@ -172,7 +172,7 @@ jobs:
172172
sudo apt-get install pandoc libegl1 make xvfb libfontconfig1 libxrender1 libxkbcommon-x11-0 -y
173173
174174
- name: Cache pip
175-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
175+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
176176
with:
177177
path: ~/.cache/pip
178178
key: Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -208,7 +208,7 @@ jobs:
208208
id: version
209209

210210
- name: Cache API Code
211-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
211+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
212212
id: cache-api-code
213213
with:
214214
path: |
@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: Login to GitHub Container Registry
220220
if: steps.cache-api-code.outputs.cache-hit != 'true'
221-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
221+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
222222
with:
223223
registry: ghcr.io
224224
username: ansys-bot
@@ -278,12 +278,12 @@ jobs:
278278
PYTHONDONTWRITEBYTECODE: 1
279279

280280
steps:
281-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
281+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
282282
with:
283283
persist-credentials: false
284284

285285
- name: Setup Python
286-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
286+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
287287
with:
288288
python-version: ${{ env.MAIN_PYTHON_VERSION }}
289289

@@ -293,7 +293,7 @@ jobs:
293293
FLUENT_STABLE_IMAGE_DEV: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
294294

295295
- name: Cache pip
296-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
296+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
297297
with:
298298
path: ~/.cache/pip
299299
key: Python-${{ runner.os }}-${{ env.MAIN_PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
@@ -314,14 +314,14 @@ jobs:
314314
id: version
315315

316316
- name: Login to GitHub Container Registry
317-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
317+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
318318
with:
319319
registry: ghcr.io
320320
username: ansys-bot
321321
password: ${{ secrets.GITHUB_TOKEN }}
322322

323323
- name: Cache API Code
324-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
324+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
325325
id: cache-api-code
326326
with:
327327
path: src/ansys/fluent/core/generated
@@ -447,13 +447,13 @@ jobs:
447447
FLUENT_IMAGE_TAG: ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
448448

449449
steps:
450-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
450+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
451451
with:
452452
persist-credentials: false
453453

454454
- name: Setup Python
455455
if: ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
456-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
456+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
457457
with:
458458
python-version: ${{ env.MAIN_PYTHON_VERSION }}
459459

@@ -482,7 +482,7 @@ jobs:
482482

483483
- name: Login to GitHub Container Registry
484484
if: ${{ !contains(github.event.pull_request.title, '[skip tests]') }}
485-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
485+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
486486
with:
487487
registry: ghcr.io
488488
username: ansys-bot
@@ -520,12 +520,12 @@ jobs:
520520
PYTEST_XDIST_AUTO_NUM_WORKERS: 1
521521

522522
steps:
523-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
523+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
524524
with:
525525
persist-credentials: false
526526

527527
- name: Setup Python
528-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
528+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
529529
with:
530530
python-version: ${{ env.MAIN_PYTHON_VERSION }}
531531

@@ -535,7 +535,7 @@ jobs:
535535
FLUENT_STABLE_IMAGE_DEV: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
536536

537537
- name: Cache pip
538-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
538+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
539539
with:
540540
path: ~/.cache/pip
541541
key: Python-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}
@@ -556,7 +556,7 @@ jobs:
556556
id: version
557557

558558
- name: Login to GitHub Container Registry
559-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
559+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
560560
with:
561561
registry: ghcr.io
562562
username: ansys-bot
@@ -605,7 +605,7 @@ jobs:
605605

606606
steps:
607607
- name: Set up Python
608-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
608+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
609609
with:
610610
python-version: ${{ env.MAIN_PYTHON_VERSION }}
611611

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
persist-credentials: false
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
45+
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,6 +69,6 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
72+
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7373
with:
7474
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: 'Checkout Repository'
19-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
with:
2121
persist-credentials: false
2222
- name: 'Dependency Review'

.github/workflows/doc-build-dev-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
runs-on: [self-hosted, pyfluent]
3030

3131
steps:
32-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false
3535

3636
- name: Setup Python
37-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
37+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3838
with:
3939
python-version: "3.11"
4040

@@ -52,7 +52,7 @@ jobs:
5252
run: make install
5353

5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
55+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5656
with:
5757
registry: ghcr.io
5858
username: ansys-bot
@@ -148,7 +148,7 @@ jobs:
148148
pull-requests: write
149149
steps:
150150
- name: "Deploy development documentation"
151-
uses: ansys/actions/doc-deploy-dev@v10.2
151+
uses: ansys/actions/doc-deploy-dev@v10.2.5
152152
with:
153153
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
154154
decompress-artifact: true

.github/workflows/doc-build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: [self-hosted, pyfluent]
3232

3333
steps:
34-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
persist-credentials: false
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
39+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4040
with:
4141
python-version: "3.11"
4242

@@ -54,7 +54,7 @@ jobs:
5454
run: make install
5555

5656
- name: Login to GitHub Container Registry
57-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
57+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5858
with:
5959
registry: ghcr.io
6060
username: ansys-bot
@@ -109,7 +109,7 @@ jobs:
109109
pull-requests: write
110110
steps:
111111
- name: "Deploy release documentation"
112-
uses: ansys/actions/doc-deploy-stable@v10.2
112+
uses: ansys/actions/doc-deploy-stable@v10.2.5
113113
with:
114114
doc-artifact-name: "HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}"
115115
decompress-artifact: true

.github/workflows/execute-examples-weekly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
FLUENT_IMAGE_TAG: ${{ matrix.version == 261 && vars.FLUENT_STABLE_IMAGE_DEV || matrix.image-tag }}
3939

4040
steps:
41-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
persist-credentials: false
4444

4545
- name: Setup Python
46-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
46+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4747
with:
4848
python-version: ${{ env.PYTHON_VERSION }}
4949

@@ -53,15 +53,15 @@ jobs:
5353
FLUENT_STABLE_IMAGE_DEV: ${{ vars.FLUENT_STABLE_IMAGE_DEV }}
5454

5555
- name: Cache pip
56-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
56+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5757
with:
5858
path: ~/.cache/pip
5959
key: Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('pyproject.toml') }}
6060
restore-keys: |
6161
Python-${{ runner.os }}-${{ env.PYTHON_VERSION }}
6262
6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
64+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
6565
with:
6666
registry: ghcr.io
6767
username: ansys-bot

.github/workflows/force-update-stable-Fluent-image-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
timeout-minutes: 30
2828

2929
steps:
30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
with:
3232
persist-credentials: false
3333

3434
- name: Setup Python
35-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
35+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3636
with:
3737
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3838

3939
- name: Login to GitHub Container Registry
40-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
40+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
4141
with:
4242
registry: ghcr.io
4343
username: ansys-bot

.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
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: ansys/actions/doc-changelog@v10.2
137+
- uses: ansys/actions/doc-changelog@v10.2.5
138138
with:
139139
bot-user: ${{ secrets.PYANSYS_CI_BOT_USERNAME }}
140140
bot-email: ${{ secrets.PYANSYS_CI_BOT_EMAIL }}

.github/workflows/tag-iteration-ends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: tag-iteration-ends
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
persist-credentials: false
3737
- name: Get last date of iteration

0 commit comments

Comments
 (0)