Skip to content

Commit c4d46f6

Browse files
committed
Update ruby
1 parent 7ef82dd commit c4d46f6

File tree

4 files changed

+213
-149
lines changed

4 files changed

+213
-149
lines changed

.github/workflows/build-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.0.0
19+
ruby-version: 3.3.6
2020
bundler-cache: true
2121
- name: Install dependencies
2222
run: |

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1
1616
- name: Set up Ruby
1717
uses: ruby/setup-ruby@v1
1818
with:
19-
ruby-version: 3.0.0
19+
ruby-version: 3.3.6
2020
bundler-cache: true
2121
- name: Install dependencies
2222
run: |

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '3.0.0'
2+
ruby '3.3.6'
33

44
gem 'rake'
55
gem 'github-pages'

0 commit comments

Comments
 (0)