Skip to content

Commit

Permalink
build(deps): bump Wandalen/wretry.action from 3.4.0 to 3.5.0 (#123)
Browse files Browse the repository at this point in the history
* build(deps): bump Wandalen/wretry.action from 3.4.0 to 3.5.0

Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@0dd1d5d...6feedb7)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix: use tag name instead of hash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Dilks <[email protected]>
  • Loading branch information
dependabot[bot] and c-dilks authored May 16, 2024
1 parent 3ad8930 commit 6e36e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
fetch-tags: true
fetch-depth: 0
- name: build
uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # using wretry.action, to mitigate sporadic maven repo connection failures
uses: Wandalen/wretry.action@v3.5.0 # using wretry.action, to mitigate sporadic maven repo connection failures
with:
attempt_limit: 3
attempt_delay: 10000
Expand Down

0 comments on commit 6e36e96

Please sign in to comment.