Skip to content

Commit

Permalink
chore: Ensure 3.0 is read as such and not 3 which installs 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle authored Dec 30, 2023
1 parent c543618 commit 7ef6666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: "3.0"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

- name: Build website
Expand Down

0 comments on commit 7ef6666

Please sign in to comment.