Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amrit Krishnan <amrit110@gmail.com>
  • Loading branch information
dependabot[bot] and amrit110 authored May 14, 2024
1 parent 390bb7f commit ac8d76c
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 @@ -42,7 +42,7 @@ jobs:
cd docs && rm -rf source/reference/api/_autosummary && make html
cd .. && 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@v1.4.4
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
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 @@ -44,7 +44,7 @@ jobs:
cd docs && rm -rf source/reference/api/_autosummary && make html
cd .. && 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@v1.4.4
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
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 @@ -61,7 +61,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@v1.4.4
uses: Wandalen/wretry.action@v3.5.0
with:
action: codecov/codecov-action@v4.3.1
with: |
Expand Down

0 comments on commit ac8d76c

Please sign in to comment.