From 748d7e14380bce830d20495f549d90f69bc59c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:32:04 -0500 Subject: [PATCH] Bump Wandalen/wretry.action from 3.7.0 to 3.7.2 (#120) Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.7.0 to 3.7.2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v3.7.0...v3.7.2) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Lotif --- .github/workflows/integration_tests.yaml | 4 ++-- .github/workflows/unit_tests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index b10046a..466df74 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -62,7 +62,7 @@ jobs: poetry install --with docs,test coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m - name: Upload python coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.6.0 with: | @@ -80,7 +80,7 @@ jobs: # yarn # yarn integration-test # - name: Upload js coverage to Codecov -# uses: Wandalen/wretry.action@v3.7.0 +# uses: Wandalen/wretry.action@v3.7.2 # with: # action: codecov/codecov-action@v4.0.1 # with: | diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index 0853ff8..44271be 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -56,7 +56,7 @@ jobs: poetry install --with docs,test coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m - name: Upload python coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.6.0 with: | @@ -72,7 +72,7 @@ jobs: yarn yarn unit-test - name: Upload js coverage to Codecov - uses: Wandalen/wretry.action@v3.7.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v4.0.1 with: |