From 1a5a07bdb2b6921078d03863c8f71579e93a2469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 22:59:57 -0500 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to f32b3a3 (#2490) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-merge.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-merge.yml b/.github/workflows/test-merge.yml index e753b7cc8..de9b8dff1 100644 --- a/.github/workflows/test-merge.yml +++ b/.github/workflows/test-merge.yml @@ -21,6 +21,6 @@ jobs: node-version: 16 - run: npm ci - run: npm test - - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v2 + - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e971d34da..d425fcdd7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # v2 + - uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2 with: directory: ./coverage/