From 3337c75d9dbf27bc6820c8f103294f9d44f68396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:48:27 +0000 Subject: [PATCH] chore(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 (#1037) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ac27957f..249ef193 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -54,7 +54,7 @@ jobs: # if we don't care if the upload's successful? - name: Upload coverage to Codecov if: steps.detect_if_should_run.outputs.result == 'true' - uses: Wandalen/wretry.action@v3.3.0 + uses: Wandalen/wretry.action@v3.4.0 with: action: codecov/codecov-action@v3 with: | @@ -136,7 +136,7 @@ jobs: # somewhat defeats the purpose of uploading those reports. Why bother uploading # if we don't care if the upload's successful? - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.3.0 + uses: Wandalen/wretry.action@v3.4.0 with: action: codecov/codecov-action@v3 with: |