From c3b543cdc99097575207cb26c42d9d367f4f22f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:16:29 +0200 Subject: [PATCH] Bump paambaati/codeclimate-action from 8 to 9 (#209) Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 8 to 9. - [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/v8...v9) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f0d127e5..50ec5234 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -98,6 +98,6 @@ jobs: ruby-version: '3' bundler-cache: true - run: npm install -g svgo - - uses: paambaati/codeclimate-action@v8 + - uses: paambaati/codeclimate-action@v9 with: coverageCommand: bundle exec rspec