From 60f9427d5d8942d242ebb985d56d2ce8485e8ccd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 12 Jun 2024 19:28:37 +0200 Subject: [PATCH] Update Wandalen/wretry.action action to v3.5.0 (#5588) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Wandalen/wretry.action](https://togithub.com/Wandalen/wretry.action) | action | minor | `v3.4.0` -> `v3.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
Wandalen/wretry.action (Wandalen/wretry.action) ### [`v3.5.0`](https://togithub.com/Wandalen/wretry.action/compare/v3.4.0...v3.5.0) [Compare Source](https://togithub.com/Wandalen/wretry.action/compare/v3.4.0...v3.5.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/jaegertracing/jaeger). Signed-off-by: Mend Renovate --- .github/actions/upload-codecov/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/upload-codecov/action.yml b/.github/actions/upload-codecov/action.yml index 9bde615f833..b9786dca9f5 100644 --- a/.github/actions/upload-codecov/action.yml +++ b/.github/actions/upload-codecov/action.yml @@ -19,7 +19,7 @@ runs: using: 'composite' steps: - name: Retry upload - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 with: attempt_limit: 6 # sleep 10 seconds between retries