From 2cba1093e3c555b6664f62604a2e2f2dfe6f1a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:22:26 +0000 Subject: [PATCH] chore(deps): bump paambaati/codeclimate-action from 6 to 8 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 6 to 8. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v6...v8) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... 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 c95e26c0..d89ee2e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: if: ${{ !env.UPLOAD_COVERAGE }} run: bundle exec rake - name: Run tests and upload coverage - uses: paambaati/codeclimate-action@v6 + uses: paambaati/codeclimate-action@v8 if: ${{ env.UPLOAD_COVERAGE }} with: coverageCommand: bundle exec rake