Skip to content

Commit a43234a

Browse files
Bump Wandalen/wretry.action from 3.5.0 to 3.7.0
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]>
1 parent b1a009e commit a43234a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd docs && rm -rf source/reference/api/_autosummary && make html
3636
cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m
3737
- name: Upload coverage to Codecov
38-
uses: Wandalen/wretry.action@v3.5.0
38+
uses: Wandalen/wretry.action@v3.7.0
3939
with:
4040
action: codecov/[email protected]
4141
with: |

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd docs && rm -rf source/reference/api/_autosummary && make html
4141
cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m
4242
- name: Upload coverage to Codecov
43-
uses: Wandalen/wretry.action@v3.5.0
43+
uses: Wandalen/wretry.action@v3.7.0
4444
with:
4545
action: codecov/[email protected]
4646
with: |

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
poetry install --with docs,test
5050
coverage run -m pytest -m integration_test && coverage xml && coverage report -m
5151
- name: Upload coverage to Codecov
52-
uses: Wandalen/wretry.action@v3.5.0
52+
uses: Wandalen/wretry.action@v3.7.0
5353
with:
5454
action: codecov/[email protected]
5555
with: |

0 commit comments

Comments
 (0)