From 1d912f90b8f46a1930bd7d719a81d5c8a6db0e9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 00:22:54 +0000 Subject: [PATCH] chore(dependencies): update codecov/codecov-action action to v3.1.2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ea7119..046f9db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: - run: pip install poetry - run: poetry install - run: poetry run pytest --mypy --cov=pixelmatch --cov-report xml --cov-report term-missing --benchmark-disable - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v3.1.2 bench: name: Run Benchmark on Python 3.10 runs-on: ubuntu-latest