From 7f9bf33cbd52153153e96949b642375c96563e79 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 21 Aug 2024 15:11:30 -0700 Subject: [PATCH] Set ruby-version in workflow file --- .github/workflows/rspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index b3b936d3ba..28f19ad9e0 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - # The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo. + ruby-version: '3.3' bundler-cache: true - name: Run a11y tests run: |