From 6cc02b7372dbb27225325cd7a9d28a9774df666a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 08:55:25 +0000 Subject: [PATCH] Bump Wandalen/wretry.action from 3.1.0 to 3.3.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.1.0...v3.3.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 775dbca822..f870c366a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: with: name: extension-test-coverage - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.1.0 + uses: Wandalen/wretry.action@v3.3.0 with: action: codecov/codecov-action@v4 with: |