Skip to content

Commit

Permalink
chore(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 (#1037)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2024
1 parent 3d7aec6 commit 3337c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# if we don't care if the upload's successful?
- name: Upload coverage to Codecov
if: steps.detect_if_should_run.outputs.result == 'true'
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3.4.0
with:
action: codecov/codecov-action@v3
with: |
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# somewhat defeats the purpose of uploading those reports. Why bother uploading
# if we don't care if the upload's successful?
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@v3.3.0
uses: Wandalen/wretry.action@v3.4.0
with:
action: codecov/codecov-action@v3
with: |
Expand Down

0 comments on commit 3337c75

Please sign in to comment.