From 9969cf026fa0e7abe78feebdc73ca3ebf8840904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:58:03 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.1.0 to 3.2.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/42af9d415b6e955870e984489d2c9b97aabc949f...7afe8a7967f5a1d3f9bc048911bbe75943ad27b5) --- 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 539e78812f6..beccd0e72fb 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@42af9d415b6e955870e984489d2c9b97aabc949f # master + uses: Wandalen/wretry.action@7afe8a7967f5a1d3f9bc048911bbe75943ad27b5 # master with: attempt_delay: 120000 attempt_limit: 10