From 27b5f53aeac0b9ae2502f0a93028e12a677b1bee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:54:45 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.3 --- .github/workflows/code-cov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-cov.yml b/.github/workflows/code-cov.yml index 9af5693..7875537 100644 --- a/.github/workflows/code-cov.yml +++ b/.github/workflows/code-cov.yml @@ -26,7 +26,7 @@ jobs: npm ci --ignore-scripts npm run coverage:report - name: Codecov - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.lcov