mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
chore: Update Ruby version to 4.0.1 in GitHub Actions workflows.
This commit is contained in:
parent
c6e22d8cd1
commit
cdf3e42f35
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
ruby:
|
||||
- '3.1.2'
|
||||
- '4.0.1'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.1.2
|
||||
ruby-version: 4.0.1
|
||||
|
||||
- name: publish gem
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user