From 5d9673b62d8d6a455a70cdce56eaae82db8b6f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 21:14:43 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 68d5f6d --- .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 9dacf44357..54381710b3 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@68d5f6d0be32fb7f92b47e97218cf01690e6e3b5 # v2 with: directory: ./coverage/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21fefc11b8..a28bb59493 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@68d5f6d0be32fb7f92b47e97218cf01690e6e3b5 # v2 with: directory: ./coverage/