Skip to content

Commit

Permalink
Merge pull request #65 from VectorInstitute/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/Wandalen/wretry.action-3.8.0

Bump Wandalen/wretry.action from 3.5.0 to 3.8.0
  • Loading branch information
amrit110 authored Jan 28, 2025
2 parents 54b5888 + 7acd2e6 commit 0dfa109
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 @@ -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.8.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.8.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 @@ -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.8.0
with:
action: codecov/[email protected]
with: |
Expand Down

0 comments on commit 0dfa109

Please sign in to comment.