File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4848 - uses : ruby/setup-ruby@v1
4949 with :
50- ruby-version : " 3.4.8 "
50+ ruby-version : " 3.4.9 "
5151 - run : bundle install
5252 - name : Standard
5353 run : bundle exec rake standard
6060 submodules : true
6161 - uses : ruby/setup-ruby@v1
6262 with :
63- ruby-version : " 3.4.8 "
63+ ruby-version : " 3.4.9 "
6464 - run : bundle install
6565 - name : Cucumber
6666 run : bundle exec cucumber
7171 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7272 - uses : ruby/setup-ruby@v1
7373 with :
74- ruby-version : " 3.4.8 "
74+ ruby-version : " 3.4.9 "
7575 - name : Bundle Audit
7676 run : bundle lock && gem install bundler-audit && bundle-audit check --update
7777 # check the status of other jobs, so we can have a single job dependency for branch protection
You can’t perform that action at this time.
0 commit comments