From 0a9dfd250531ed0d2c18b560275afa440da420e6 Mon Sep 17 00:00:00 2001 From: Guilherme Graca Date: Mon, 5 Feb 2024 18:10:31 +0000 Subject: [PATCH] Fix action ruby version --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 6445559..57465e7 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.0 + ruby-version: 3.1.2 bundler-cache: true - name: Run Rubocop run: bundle exec rubocop