Skip to content

Commit

Permalink
👷 Add Ruby version to Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jan 23, 2025
1 parent 9a897a6 commit eb206a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: 'Set up Ruby for generation tool'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true

- name: 'Checkout GitHub Action'
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
- name: 'Set up Ruby for generation tool'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true

- name: 'Checkout GitHub Action'
Expand Down Expand Up @@ -148,6 +150,7 @@ jobs:
- name: 'Set up Ruby for generation tool'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true

- name: 'Checkout GitHub Action'
Expand Down Expand Up @@ -199,6 +202,7 @@ jobs:
- name: 'Set up Ruby for generation tool'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true

- name: 'Checkout GitHub Action'
Expand Down

0 comments on commit eb206a0

Please sign in to comment.