File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 BENCHMARK : true
2121 steps :
2222 - name : Checkout Jekyll
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 - name : Set up Ruby
2525 uses : ruby/setup-ruby@v1
2626 with :
Original file line number Diff line number Diff line change 2828 ruby_version : " jruby-9.3.4.0"
2929 steps :
3030 - name : Checkout Repository
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 - name : " Set up ${{ matrix.label }}"
3333 uses : ruby/setup-ruby@v1
3434 with :
5858 ruby_version : " 2.7"
5959 steps :
6060 - name : Checkout Repository
61- uses : actions/checkout@v2
61+ uses : actions/checkout@v3
6262 - name : " Set up Ruby ${{ matrix.ruby_version }}"
6363 uses : ruby/setup-ruby@v1
6464 with :
Original file line number Diff line number Diff line change 1717 BUNDLE_JOBS : 4
1818 BUNDLE_RETRY : 3
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : ruby/setup-ruby@v1
2222 with :
2323 ruby-version : ${{ env.RUBY_VERSION }}
Original file line number Diff line number Diff line change 2020 - 2.7
2121 steps :
2222 - name : Checkout Repository
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 - name : " Set up Ruby ${{ matrix.ruby_version }}"
2525 uses : ruby/setup-ruby@v1
2626 with :
Original file line number Diff line number Diff line change 1717 runs-on : " ubuntu-latest"
1818 steps :
1919 - name : Checkout Repository
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v3
2121 - name : Check Spellings
2222 uses : check-spelling/check-spelling@v0.0.19
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 BUNDLE_RETRY : 3
1919 steps :
2020 - name : Checkout Jekyll
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v3
2222 with :
2323 fetch-depth : 5
2424 path : jekyll
2525 - name : Checkout Third-Party Repository
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v3
2727 with :
2828 repository : ashmaroli/tomjoht.github.io
2929 path : sandbox
You can’t perform that action at this time.
0 commit comments