Skip to content

Commit 0847769

Browse files
Bump Wandalen/wretry.action from 3.7.2 to 3.8.0
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.2 to 3.8.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v3.7.2...v3.8.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb28659 commit 0847769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mpirun -n 2 python -m pytest --only-mpi
5959
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
6060
- name: Upload coverage to Codecov
61-
uses: Wandalen/wretry.action@v3.7.2
61+
uses: Wandalen/wretry.action@v3.8.0
6262
with:
6363
action: codecov/codecov-action@v4.0.0
6464
with: |

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
poetry install --with test --all-extras
4545
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@v3.7.2
47+
uses: Wandalen/wretry.action@v3.8.0
4848
with:
4949
action: codecov/codecov-action@v4.0.0
5050
with: |

0 commit comments

Comments
 (0)