From b0ed3cf88078710a11195c7104490da7bc4f16fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:57:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 4682b7b --- .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 a90e702..f9c5831 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,6 @@ jobs: - name: Codecov if: ${{ matrix.node-version == '18.x' }} - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + uses: codecov/codecov-action@4682b7b2df5492d627c5e4436dc23f14b4445450 ...