From 0ea9d1d3ebd875589c7708c8b71f0ee6f1be8bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 12:07:03 -0400 Subject: [PATCH] Bump Wandalen/wretry.action from 1.4.4 to 3.4.0 (#17) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.4 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v1.4.4...v3.4.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... 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 b5b8391..3b958ed 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@v1.4.4 + uses: Wandalen/wretry.action@v3.4.0 with: action: codecov/codecov-action@v4.3.1 with: | diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index caf5fcf..d01d19d 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@v1.4.4 + uses: Wandalen/wretry.action@v3.4.0 with: action: codecov/codecov-action@v4.3.1 with: | diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 9818680..43a423f 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@v1.4.4 + uses: Wandalen/wretry.action@v3.4.0 with: action: codecov/codecov-action@v4.3.1 with: |