From 6ca85eab21aaacf5850ce3c2941d56fce34aa6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:47:54 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 2 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5a9d6d1..e990cee 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,4 +17,4 @@ jobs: - run: yarn test --passWithNoTests env: CI: true - - uses: codecov/codecov-action@v2 \ No newline at end of file + - uses: codecov/codecov-action@v3 \ No newline at end of file diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a8da825..b3a8959 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,7 +20,7 @@ jobs: - run: yarn test --passWithNoTests env: CI: true - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 - uses: GoogleCloudPlatform/release-please-action@v3.1.3 id: release with: