File tree 4 files changed +213
-149
lines changed
4 files changed +213
-149
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 1
16
16
- name : Set up Ruby
17
17
uses : ruby/setup-ruby@v1
18
18
with :
19
- ruby-version : 3.0.0
19
+ ruby-version : 3.3.6
20
20
bundler-cache : true
21
21
- name : Install dependencies
22
22
run : |
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 1
16
16
- name : Set up Ruby
17
17
uses : ruby/setup-ruby@v1
18
18
with :
19
- ruby-version : 3.0.0
19
+ ruby-version : 3.3.6
20
20
bundler-cache : true
21
21
- name : Install dependencies
22
22
run : |
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
- ruby '3.0.0 '
2
+ ruby '3.3.6 '
3
3
4
4
gem 'rake'
5
5
gem 'github-pages'
You can’t perform that action at this time.
0 commit comments