puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

Bump Ruby in checks action to 3.3 #2549

Closed mhashizume closed 1 month ago

mhashizume commented 1 month ago

A recent update to the Ubuntu GitHub Action runner added Ruby 3.2 to the image. This causes conflicts when we try to install Ruby 3.2 with the setup-ruby action.

This commit bumps the Ruby version used in the checks action from 3.2 to 3.3.

See also puppetlabs/puppet-runtime@f25d32c