Skip to content

Commit

Permalink
bump ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan8902 committed Jan 3, 2024
1 parent 5864315 commit a47cea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
ruby-version: '3.3.0'
bundler-cache: true
- name: Run security tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2'
ruby-version: '3.3.0'
bundler-cache: true
- name: Create database
run: |
Expand Down

0 comments on commit a47cea7

Please sign in to comment.