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 3535 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
3636 uses : ruby/setup-ruby@v1 # ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
3737 with :
38- ruby-version : 2.7
38+ ruby-version : 2.7.8
3939 bundler-cache : true
4040 - run : " bundle exec rake syntax"
4141
4747 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
4848 uses : ruby/setup-ruby@v1
4949 with :
50- ruby-version : 2.7
50+ ruby-version : 2.7.8
5151 bundler-cache : true
5252 - run : " bundle exec rake lint"
5353 - run : " bundle exec rake metadata_lint"
6262 - name : " Install Ruby ${{matrix.puppet.ruby_version}}"
6363 uses : ruby/setup-ruby@v1
6464 with :
65- ruby-version : 2.7
65+ ruby-version : 2.7.8
6666 bundler-cache : true
6767 - run : |
6868 bundle show
7676 - name : ' Install Ruby 2.7'
7777 uses : ruby/setup-ruby@v1
7878 with :
79- ruby-version : 2.7
79+ ruby-version : 2.7.8
8080 bundler-cache : true
8181 - run : bundle exec rake check:dot_underscore
8282 - run : bundle exec rake check:test_file
8989 - name : ' Install Ruby ${{matrix.puppet.ruby_version}}'
9090 uses : ruby/setup-ruby@v1
9191 with :
92- ruby-version : 2.7
92+ ruby-version : 2.7.8
9393 bundler-cache : true
9494 - name : ' Tags and changelogs'
9595 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