From bd17ff5db1587c8e33c62f170a383fedad3c59b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:36:16 -0500 Subject: [PATCH] Bump Wandalen/wretry.action from 3.7.2 to 3.8.0 (#716) 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](https://github.com/wandalen/wretry.action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amrit Krishnan --- .github/workflows/integration_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 3a1c9bc26..550291124 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -58,7 +58,7 @@ jobs: mpirun -n 2 python -m pytest --only-mpi pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.8.0 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index cd1a944d5..b5289be86 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -44,7 +44,7 @@ jobs: poetry install --with test --all-extras pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.7.2 + uses: Wandalen/wretry.action@v3.8.0 with: action: codecov/codecov-action@v4.0.0 with: |