File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
3939 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
4040 with :
41- ruby-version : 2.7
41+ ruby-version : 2.7.8
4242 bundler-cache : true
4343 - run : " bundle exec rake syntax"
4444
5050 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
5151 uses : ruby/setup-ruby@v1
5252 with :
53- ruby-version : 2.7
53+ ruby-version : 2.7.8
5454 bundler-cache : true
5555 - run : " bundle exec rake lint"
5656 - run : " bundle exec rake metadata_lint"
6565 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
6666 uses : ruby/setup-ruby@v1
6767 with :
68- ruby-version : 2.7
68+ ruby-version : 2.7.8
6969 bundler-cache : true
7070 - run : |
7171 bundle show
7979 - name : ' Install Ruby 2.7'
8080 uses : ruby/setup-ruby@v1
8181 with :
82- ruby-version : 2.7
82+ ruby-version : 2.7.8
8383 bundler-cache : true
8484 - run : bundle exec rake check:dot_underscore
8585 - run : bundle exec rake check:test_file
9292 - name : ' Install Ruby ${{matrix.puppet.ruby_version}}'
9393 uses : ruby/setup-ruby@v1
9494 with :
95- ruby-version : 2.7
95+ ruby-version : 2.7.8
9696 bundler-cache : true
9797 - name : ' Tags and changelogs'
9898 run : |
Original file line number Diff line number Diff line change 5555 clean : true
5656 - uses : ruby/setup-ruby@v1
5757 with :
58- ruby-version : 2.7
58+ ruby-version : 2.7.8
5959 bundler-cache : true
6060 - run : bundle exec rake pkg:check_version
6161 - run : bundle exec rake pkg:compare_latest_tag
@@ -180,7 +180,7 @@ jobs:
180180 clean : true
181181 - uses : ruby/setup-ruby@v1
182182 with :
183- ruby-version : 2.7
183+ ruby-version : 2.7.8
184184 bundler-cache : true
185185 - name : Build Puppet module (PDK)
186186 run : bundle exec pdk build --force
You can’t perform that action at this time.
0 commit comments