File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
with :
12
12
fetch-depth : 1
13
13
- name : Set up Ruby
14
14
uses : ruby/setup-ruby@v1
15
15
with :
16
- ruby-version : 3.1
16
+ ruby-version : 3.3
17
17
- name : Install packages
18
18
run : |
19
19
gem install awesome_bot
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@v3
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.1
19
+ ruby-version : 3.3
20
20
- name : Install packages
21
21
run : |
22
22
gem install awesome_bot
You can’t perform that action at this time.
0 commit comments