Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 3.5.0 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.5.0 to 3.7.0.
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@v3.5.0...v3.7.0)

---
updated-dependencies:
- dependency-name: Wandalen/wretry.action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 8a43a56 commit 4e46fca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
action: codecov/[email protected]
with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
action: codecov/[email protected]
with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
with:
action: codecov/[email protected]
with: |
Expand Down

0 comments on commit 4e46fca

Please sign in to comment.