From 88de40e634619912faa9bb1420dd287ec4a5e1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 02:05:43 +0000 Subject: [PATCH] chore(deps): bump paambaati/codeclimate-action from 5 to 6 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5 to 6. - [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/v5...v6) --- 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 9f86bf6e..c8ec1013 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: if: ${{ !env.UPLOAD_COVERAGE }} run: bundle exec rake - name: Run tests and upload coverage - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v6 if: ${{ env.UPLOAD_COVERAGE }} with: coverageCommand: bundle exec rake