From 33298bdffb1e00733054cdb05cdf8fdc0de0bece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:07:05 +0000 Subject: [PATCH] Bump codecov/codecov-action from 1.2.1 to 1.5.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.2.1 to 1.5.2. - [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/v1.2.1...v1.5.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65e7677..7bd021f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,7 @@ jobs: print("::set-output name=result::{}".format(result)) - name: Restore pre-commit cache - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.6 if: matrix.session == 'pre-commit' with: path: ~/.cache/pre-commit @@ -135,4 +135,4 @@ jobs: nox --force-color --session=coverage -- xml - name: Upload coverage report - uses: codecov/codecov-action@v1.2.1 + uses: codecov/codecov-action@v1.5.2