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 1717 - uses : actions/checkout@v5
1818 - uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : 2 .7
20+ ruby-version : 3.4 .7
2121 bundler-cache : true
2222 - run : ' command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:'
2323 - run : bundle exec rake check:syntax:yaml
2929 - uses : actions/checkout@v5
3030 - uses : ruby/setup-ruby@v1
3131 with :
32- ruby-version : 2 .7
32+ ruby-version : 3.4 .7
3333 bundler-cache : true
3434 - run : ' command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:'
3535 - run : |
4444 - uses : actions/checkout@v5
4545 - uses : ruby/setup-ruby@v1
4646 with :
47- ruby-version : 2 .7
47+ ruby-version : 3.4 .7
4848 bundler-cache : true
4949 - run : ' command -v rpm || if command -v apt-get; then apt-get update; apt-get install -y rpm; fi ||:'
5050 - run : |
You can’t perform that action at this time.
0 commit comments