From aadf959dc160fd78936f45dfa5e38f9d5a1e005c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:04:52 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.5.0 to 3.7.2 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] --- .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 7fc5f3d..4c06235 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -35,7 +35,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 771b134..781f84c 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 7d40ce5..7db8ad4 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -49,7 +49,7 @@ jobs: poetry install --with docs,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: |