From 97acce615e74609b6aca19832be3c1bc66d0a292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:12:03 -0500 Subject: [PATCH] Bump Wandalen/wretry.action from 3.7.0 to 3.7.2 (#701) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.0 to 3.7.2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.7.0...v3.7.2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... 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 eac126033..3a1c9bc26 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.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 6cb068a71..cd1a944d5 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.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.0 with: |