From dd32ff311cb96934f737e2094992132e85dc50f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 00:38:47 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to c16abc2 --- .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 132744d..08701b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,6 +26,6 @@ jobs: - run: npm run test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4 + - uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}