Skip to content

Commit

Permalink
Merge pull request #877 from Fryguy/fix_instance_types
Browse files Browse the repository at this point in the history
Update instance_types action to Ruby 3.3
  • Loading branch information
agrare committed Jan 2, 2025
2 parents 5ef88e0 + 42aacd5 commit 095a0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instance_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
ruby-version: "3.3"
bundler-cache: true
- name: Update regions
run: bundle exec rake aws:extract:regions
Expand Down

0 comments on commit 095a0d5

Please sign in to comment.