Skip to content

Commit

Permalink
Build: Fix ruby-version to use quotes
Browse files Browse the repository at this point in the history
In YAML, 3.0 === 3. And 3, for the setup-ruby action,
means 3.x or 3.3 in this case. Let's stick to 3.2 for now.
  • Loading branch information
Krinkle committed Apr 1, 2024
1 parent f452da9 commit e9e8a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.2'
bundler-cache: true
# If your site is in a subdirectory
working-directory: ./docs/
Expand Down

0 comments on commit e9e8a2d

Please sign in to comment.