From e861af272f66494e6600b02cde02a14cd3629bed Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:38:59 -0400 Subject: [PATCH] chore: Update setup-ruby action --- .github/workflows/pre-commit.yaml | 4 ++-- .pre-commit-config.yaml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index b363938..bcdf6b1 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -21,9 +21,9 @@ jobs: python-version: '3.13' - name: Install MDL run: echo $'source \'https://rubygems.org\'\ngem \'mdl\', \'~> 0.13.0\'' > Gemfile - - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # v1.187.0 + - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0 with: - ruby-version: '3.2' # Not needed with a .ruby-version file + ruby-version: '3.3' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Install Pre-commit dependencies run: poetry run poe install diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ebca39..e292b39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,6 @@ repos: name: isort - repo: https://github.com/markdownlint/markdownlint - # Ruff version. rev: 5a6cc38e9dd10830df11fa5f6a5f44cfe83df389 # frozen: v0.12.0 hooks: - id: markdownlint