Skip to content

Commit

Permalink
ci: remove unneeded ruby-version
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Sep 12, 2024
1 parent 2431e83 commit c7a615b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems

Expand All @@ -42,7 +41,6 @@ jobs:
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems

Expand Down

0 comments on commit c7a615b

Please sign in to comment.