From 9ee62d1d650aed84e27a8ca82f119abe61e1bb4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:11:41 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.0.6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 17ca95a6..649336c6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: run: | pip3 install pydantic==1.10.3 pytest --cov=gcal_sync --cov-report=xml - - uses: codecov/codecov-action@v5.0.4 + - uses: codecov/codecov-action@v5.0.6 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON