File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : " Install Ruby"
5353 uses : ruby/setup-ruby@v1
5454 with :
55- ruby-version : 4.0.1
55+ ruby-version : 4.0.2
5656 bundler-cache : true
5757 - run : bundle exec rake rubocop
5858
Original file line number Diff line number Diff line change 9393 echo "release_command=$GEM_RELEASE_COMMAND" | tee -a "$GITHUB_OUTPUT"
9494 - uses : ruby/setup-ruby@v1
9595 with :
96- ruby-version : 4.0.1
96+ ruby-version : 4.0.2
9797 bundler-cache : true
9898 - name : Test build the package
9999 run : " ${{ steps.commands.outputs.build_command }}"
@@ -188,7 +188,7 @@ jobs:
188188 clean : true
189189 - uses : ruby/setup-ruby@v1
190190 with :
191- ruby-version : 4.0.1
191+ ruby-version : 4.0.2
192192 bundler-cache : true
193193 - name : Build RubyGem
194194 run : |
@@ -229,7 +229,7 @@ jobs:
229229 clean : true
230230 - uses : ruby/setup-ruby@v1
231231 with :
232- ruby-version : 3.4.9
232+ ruby-version : 4.0.2
233233 bundler-cache : true
234234 - name : Build Puppet module (PDK)
235235 run : bundle exec pdk build --force
You can’t perform that action at this time.
0 commit comments