File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 - name : Install Utils
1414 run : sudo apt-get install -y bsdmainutils
1515
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2020 - name : Set up Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
23- ruby-version : 3.0
23+ ruby-version : 3.1
2424 bundler-cache : true
2525
2626 - name : Build Book
Original file line number Diff line number Diff line change 1313 - name : Install Utils
1414 run : sudo apt-get install -y bsdmainutils
1515
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
2929 - name : Set up Ruby
3030 uses : ruby/setup-ruby@v1
3131 with :
32- ruby-version : 3.0
32+ ruby-version : 3.1
3333 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
3434
3535 - name : Build release assets
You can’t perform that action at this time.
0 commit comments