From 1b398a3e8ca4a6de7b2d8055e3fdcb0e1a5aac9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:26:05 +0000 Subject: [PATCH] :seedling: Bump Wandalen/wretry.action in the all-github-actions group Bumps the all-github-actions group with 1 update: [Wandalen/wretry.action](https://github.com/wandalen/wretry.action). Updates `Wandalen/wretry.action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2...6feedb7dedadeb826de0f45ff482b53b379a7844) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cover.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cover.yaml b/.github/workflows/cover.yaml index c6886079dd..1363a5c868 100644 --- a/.github/workflows/cover.yaml +++ b/.github/workflows/cover.yaml @@ -22,7 +22,7 @@ jobs: go-version: '1.21' - run: "PATH=/usr/local/go/bin:$PATH make test-cover" # Retry codecov upload. It is flaky due to a known issue https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 - - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + - uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: attempt_limit: 20 action: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0