Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 3.7.1 to 3.7.2
Browse files Browse the repository at this point in the history
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/wandalen/wretry.action/releases)
- [Commits](Wandalen/wretry.action@ce976ac...8ceaefd)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and akurtakov committed Nov 6, 2024
1 parent f3dfcfd commit cd58890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
maven-version: 3.9.9

- name: Check and increment versions
uses: Wandalen/wretry.action@ce976ac9e7829ca3ea99b08c4511077d2677a653 # master
uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # master
with:
attempt_delay: 200
attempt_limit: 10
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
- name: Build and Bump Versions
uses: Wandalen/wretry.action@ce976ac9e7829ca3ea99b08c4511077d2677a653 # master
uses: Wandalen/wretry.action@8ceaefd717b7cdae4f2637f9a433242ade421a0a # master
with:
attempt_delay: 120000
attempt_limit: 10
Expand Down

0 comments on commit cd58890

Please sign in to comment.