Update ruby to 3.2.2 in deploy.yml (#1459)
This commit is contained in:
parent
45f66f06e3
commit
2f58bb909a
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.2.1'
|
||||
ruby-version: '3.2.2'
|
||||
bundler-cache: true
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue