From 37032603ee434404c05c10617d3da0d7b6ceaa5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:08:44 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies to v6.0.2 --- .github/workflows/ci-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index 5ee482c70..c58b7862f 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -50,7 +50,7 @@ jobs: run: pnpm coverage - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6.0.1 + uses: codecov/codecov-action@v6.0.2 with: token: ${{ secrets.CODECOV_TOKEN }}