From 651ca410a76e9827282a1fffb61a8a9e70b572e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 22:10:05 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.3 to 5.0.6 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.3 to 5.0.6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/05f5a9cfad807516dbbef9929c4a42df3eb78766...d168679d447a7d9f9917d4b26caf2cfbf080cfb4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94440d7a5..2f352c6d5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: - name: Run RSpec tests run: bundle exec rspec - - uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 + - uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 if: always() - name: Test that installing works