File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : " Install Ruby 3.2"
2626 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
2727 with :
28- ruby-version : 3.2.11
28+ ruby-version : 3.4.10
2929 bundler-cache : true
3030 - run : " bundle exec rake syntax"
3131
3737 - name : " Install Ruby 3.2"
3838 uses : ruby/setup-ruby@v1
3939 with :
40- ruby-version : 3.2.11
40+ ruby-version : 3.4.10
4141 bundler-cache : true
4242 - run : " bundle exec rake lint"
4343 - run : " bundle exec rake metadata_lint"
5151 - name : " Install Ruby 3.4"
5252 uses : ruby/setup-ruby@v1
5353 with :
54- ruby-version : 3.4.9
54+ ruby-version : 3.4.10
5555 bundler-cache : true
5656 - run : |
5757 bundle show
6565 - name : ' Install Ruby 3.4'
6666 uses : ruby/setup-ruby@v1
6767 with :
68- ruby-version : 3.4.9
68+ ruby-version : 3.4.10
6969 bundler-cache : true
7070 - run : bundle exec rake check:dot_underscore
7171 - run : bundle exec rake check:test_file
7878 - name : ' Install Ruby 3.4'
7979 uses : ruby/setup-ruby@v1
8080 with :
81- ruby-version : 3.4.9
81+ ruby-version : 3.4.10
8282 bundler-cache : true
8383 - name : ' Check REFERENCE.md freshness'
8484 run : bundle exec rake validate:strings
9191 - name : ' Install Ruby 3.4'
9292 uses : ruby/setup-ruby@v1
9393 with :
94- ruby-version : 3.4.9
94+ ruby-version : 3.4.10
9595 bundler-cache : true
9696 - name : ' Tags and changelogs'
9797 run : |
@@ -152,7 +152,7 @@ jobs:
152152 - name : setup ruby
153153 uses : ruby/setup-ruby@v1
154154 with :
155- ruby-version : 3.4.9
155+ ruby-version : 3.4.10
156156 - name : bundle install
157157 run : |
158158 bundle install
Original file line number Diff line number Diff line change 5555 clean : true
5656 - uses : ruby/setup-ruby@v1
5757 with :
58- ruby-version : 3.2.11
58+ ruby-version : 3.4.10
5959 bundler-cache : true
6060 - run : bundle exec rake pkg:check_version
6161 - run : bundle exec rake pkg:compare_latest_tag
@@ -176,7 +176,7 @@ jobs:
176176 clean : true
177177 - uses : ruby/setup-ruby@v1
178178 with :
179- ruby-version : 3.2.11
179+ ruby-version : 3.4.10
180180 bundler-cache : true
181181 - name : Build Puppet module
182182 run : bundle exec rake pupmod:build
You can’t perform that action at this time.
0 commit comments