From ca9695349cc8597c01058a4fcd3cd5a8956000fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 07:21:34 -0500 Subject: [PATCH] Bump Wandalen/wretry.action from 3.5.0 to 3.7.2 (#61) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.5.0 to 3.7.2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.5.0...v3.7.2) --- 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/docs_build.yml | 2 +- .github/workflows/docs_deploy.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs_build.yml b/.github/workflows/docs_build.yml index 7728c48..1069d30 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -38,7 +38,7 @@ jobs: cd docs && rm -rf source/reference/api/_autosummary && make html cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 5993159..3d105f8 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -40,7 +40,7 @@ jobs: cd docs && rm -rf source/reference/api/_autosummary && make html cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.0 with: | diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 8f9150b..88b8dec 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -51,7 +51,7 @@ jobs: poetry install --with test coverage run -m pytest -m integration_test && coverage xml && coverage report -m - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.0 with: |