From 9806d667e81d81f1c90c614f27e155b20f730dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 08:19:42 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 --- .github/workflows/reusable-unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-unit-test.yml b/.github/workflows/reusable-unit-test.yml index 59daccf..664dc66 100644 --- a/.github/workflows/reusable-unit-test.yml +++ b/.github/workflows/reusable-unit-test.yml @@ -45,7 +45,7 @@ jobs: - run: ${{ inputs.package-manager }} run lint - run: ${{ inputs.package-manager }} run test # upload report to codecov - - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6.0.2 + - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }}