File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010env :
1111 FORCE_COLOR : 2
1212 NODE : 16
13- RUBY : 2.7
13+ RUBY : 3.1
1414
1515jobs :
1616 test :
2929 - name : Set up Ruby
3030 uses : ruby/setup-ruby@v1
3131 with :
32- ruby-version : " ${{ env.RUBY }}"
32+ ruby-version : ${{ env.RUBY }}
3333 bundler-cache : true
3434
35- - name : Version info
36- run : |
37- ruby --version
38- gem --version
39- bundle --version
40-
4135 - name : Install npm dependencies
4236 run : npm ci
4337
5852 if : github.repository == 'mdo/github-buttons' && startsWith(github.ref, 'refs/tags/')
5953
6054 steps :
61- - uses : actions/checkout@v3
55+ - name : Clone repository
56+ uses : actions/checkout@v3
6257
6358 - name : Download docs
6459 uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 44 addressable (2.8.0 )
55 public_suffix (>= 2.0.2 , < 5.0 )
66 colorator (1.1.0 )
7- concurrent-ruby (1.1.9 )
7+ concurrent-ruby (1.1.10 )
88 em-websocket (0.5.3 )
99 eventmachine (>= 0.12.9 )
1010 http_parser.rb (~> 0 )
3939 jekyll (>= 3.7 , < 5.0 )
4040 jekyll-watch (2.2.1 )
4141 listen (~> 3.0 )
42- kramdown (2.3.1 )
42+ kramdown (2.3.2 )
4343 rexml
4444 kramdown-parser-gfm (1.1.0 )
4545 kramdown (~> 2.0 )
5050 mercenary (0.4.0 )
5151 pathutil (0.16.2 )
5252 forwardable-extended (~> 2.6 )
53- public_suffix (4.0.6 )
53+ public_suffix (4.0.7 )
5454 rb-fsevent (0.11.1 )
5555 rb-inotify (0.10.1 )
5656 ffi (~> 1.0 )
@@ -79,4 +79,4 @@ DEPENDENCIES
7979 webrick (~> 1.7 )
8080
8181BUNDLED WITH
82- 2.3.9
82+ 2.3.12
You can’t perform that action at this time.
0 commit comments