From 513995399ba413a46a40e83b5122ace54aef5eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 11:23:02 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 1.4.5 to 1.4.8 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1.4.5 to 1.4.8. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/0ef67d343938e879e0a9bb37c107a55731e8ed35...62e10cbe5cd3012bc08b3b1b451bc2dd612e341a) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... 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 8af22beff5e..45486eeb1db 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@0ef67d343938e879e0a9bb37c107a55731e8ed35 # master + uses: Wandalen/wretry.action@62e10cbe5cd3012bc08b3b1b451bc2dd612e341a # master with: attempt_delay: 120000 attempt_limit: 10