Update Ruby version used in GH workflow

This commit is contained in:
Luke Parker
2024-07-18 16:09:01 -04:00
parent d9f85fab26
commit 491500057b
3 changed files with 10 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
cache-version: 0
working-directory: "${{ github.workspace }}/docs"