Skip to content

Commit

Permalink
workflow: Run rake update and rake bump in Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Jan 6, 2024
1 parent 9d75d17 commit 769e279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.2'
ruby-version: '3.3'
- name: Extract version
id: extract-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '3.2'
ruby-version: '3.3'
- name: Check versions
id: check-versions
run: |
Expand Down

0 comments on commit 769e279

Please sign in to comment.