Skip to content

Commit ac8d76c

Browse files
Bump Wandalen/wretry.action from 1.4.4 to 3.5.0 (#615)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.4 to 3.5.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v1.4.4...v3.5.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amrit Krishnan <[email protected]>
1 parent 390bb7f commit ac8d76c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
cd docs && rm -rf source/reference/api/_autosummary && make html
4343
cd .. && pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
4444
- name: Upload coverage to Codecov
45-
uses: Wandalen/wretry.action@v1.4.4
45+
uses: Wandalen/wretry.action@v3.5.0
4646
with:
4747
action: codecov/[email protected]
4848
with: |

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cd docs && rm -rf source/reference/api/_autosummary && make html
4545
cd .. && pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
4646
- name: Upload coverage to Codecov
47-
uses: Wandalen/wretry.action@v1.4.4
47+
uses: Wandalen/wretry.action@v3.5.0
4848
with:
4949
action: codecov/[email protected]
5050
with: |

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
mpirun -n 2 python -m pytest --only-mpi
6262
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
6363
- name: Upload coverage to Codecov
64-
uses: Wandalen/wretry.action@v1.4.4
64+
uses: Wandalen/wretry.action@v3.5.0
6565
with:
6666
action: codecov/[email protected]
6767
with: |

0 commit comments

Comments
 (0)