From 5bcaa54a6df74b7e486dd33cbef4fce4bfde5c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:38:40 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.0.1 to 3.1.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/1b2dcdbf61a2b96c52858ce7c24c5db099d58e77...42af9d415b6e955870e984489d2c9b97aabc949f) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/updateRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateRelease.yml b/.github/workflows/updateRelease.yml index fdd0f13a0c9..539e78812f6 100644 --- a/.github/workflows/updateRelease.yml +++ b/.github/workflows/updateRelease.yml @@ -27,7 +27,7 @@ jobs: org.eclipse.tycho:tycho-versions-plugin:4.0.6:set-version -DnewVersion=${{ github.event.milestone.title }}.0-SNAPSHOT org.eclipse.tycho:tycho-versions-plugin:4.0.6:set-parent-version -DnewParentVersion=${{ github.event.milestone.title }}.0-SNAPSHOT - name: Build and Bump Versions - uses: Wandalen/wretry.action@1b2dcdbf61a2b96c52858ce7c24c5db099d58e77 # master + uses: Wandalen/wretry.action@42af9d415b6e955870e984489d2c9b97aabc949f # master with: attempt_delay: 120000 attempt_limit: 10