From aa1cd2f83c1a3ebeacae1ad58785c8ad7edc0c3e Mon Sep 17 00:00:00 2001 From: Chris Gaffney Date: Thu, 16 Jan 2025 12:46:50 -0500 Subject: [PATCH] actions: Switch to Ruby 3.4.1 I broke the build after updating the Gemfile --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c8d3fb..bf9069f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,11 @@ jobs: RUBYOPT: --enable=frozen-string-literal steps: - - uses: actions/checkout@master - - name: Set up Ruby 3.1.1 + - uses: actions/checkout@v4 + - name: Set up Ruby 3.4.1 uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1.1 + ruby-version: 3.4.1 bundler-cache: true - name: Run Standard