From 80a87e1e9563f2d7dcdb98d11dbd3edd14586b3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:04:38 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5.0.6 to 5.0.7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.6 to 5.0.7. - [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/d168679d447a7d9f9917d4b26caf2cfbf080cfb4...015f24e6818733317a2da2edd6290ab26238649a) --- 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 2f352c6d5..36a9ed57f 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@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 + - uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a if: always() - name: Test that installing works