File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5151 - uses : ruby/setup-ruby@v1
5252 with :
53- ruby-version : " 4.0.2 "
53+ ruby-version : " 4.0.3 "
5454 - run : bundle install
5555 - name : Standard
5656 run : bundle exec rake standard
6363 submodules : true
6464 - uses : ruby/setup-ruby@v1
6565 with :
66- ruby-version : " 4.0.2 "
66+ ruby-version : " 4.0.3 "
6767 - run : bundle install
6868 - name : Cucumber
6969 run : bundle exec cucumber
7474 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7575 - uses : ruby/setup-ruby@v1
7676 with :
77- ruby-version : " 3.4.9 "
77+ ruby-version : " 4.0.3 "
7878 - run : bundle install
7979 - run : bundle exec rbs collection install
8080 - run : bundle exec steep check
8585 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
8686 - uses : ruby/setup-ruby@v1
8787 with :
88- ruby-version : " 4.0.2 "
88+ ruby-version : " 4.0.3 "
8989 - name : Bundle Audit
9090 run : bundle lock && gem install bundler-audit && bundle-audit check --update
9191 # check the status of other jobs, so we can have a single job dependency for branch protection
Original file line number Diff line number Diff line change 1- 4.0.2
1+ 4.0.3
Original file line number Diff line number Diff line change 1- ruby 4.0.2
1+ ruby 4.0.3
You can’t perform that action at this time.
0 commit comments