File tree Expand file tree Collapse file tree 4 files changed +213
-149
lines changed Expand file tree Collapse file tree 4 files changed +213
-149
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2- ruby '3.0.0 '
2+ ruby '3.3.6 '
33
44gem 'rake'
55gem 'github-pages'
You can’t perform that action at this time.
0 commit comments