use ruby 3.1

This commit is contained in:
Nemo 2023-06-06 14:49:46 +05:30
parent 588aa12974
commit 898e94b988
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251 # v1.150.0
with:
ruby-version: '3.0' # Not needed with a .ruby-version file
ruby-version: '3.1'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Setup Pages
id: pages