Skip to content

Commit 3337c75

Browse files
chore(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 (#1037)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d7aec6 commit 3337c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# if we don't care if the upload's successful?
5555
- name: Upload coverage to Codecov
5656
if: steps.detect_if_should_run.outputs.result == 'true'
57-
uses: Wandalen/wretry.action@v3.3.0
57+
uses: Wandalen/wretry.action@v3.4.0
5858
with:
5959
action: codecov/codecov-action@v3
6060
with: |
@@ -136,7 +136,7 @@ jobs:
136136
# somewhat defeats the purpose of uploading those reports. Why bother uploading
137137
# if we don't care if the upload's successful?
138138
- name: Upload coverage to Codecov
139-
uses: Wandalen/wretry.action@v3.3.0
139+
uses: Wandalen/wretry.action@v3.4.0
140140
with:
141141
action: codecov/codecov-action@v3
142142
with: |

0 commit comments

Comments
 (0)