Skip to content

Commit c8db979

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump Wandalen/wretry.action from 3.6.0 to 3.7.0
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@e00d406...f8754f7) --- 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 be721e3 commit c8db979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
maven-version: 3.9.9
3838

3939
- name: Check and increment versions
40-
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # master
40+
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # master
4141
with:
4242
attempt_delay: 200
4343
attempt_limit: 10

.github/workflows/updateRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
2828
org.eclipse.tycho:tycho-versions-plugin:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT
2929
- name: Build and Bump Versions
30-
uses: Wandalen/wretry.action@e00d406adeaa3db756566e39b53aec8af8c3ee3b # master
30+
uses: Wandalen/wretry.action@f8754f79743ba113fedbba4499593f7d73b458eb # master
3131
with:
3232
attempt_delay: 120000
3333
attempt_limit: 10

0 commit comments

Comments
 (0)