File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ concurrency:
1717jobs :
1818 puppet :
1919 name : Puppet
20- uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
20+ uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
2121 with :
2222 pidfile_workaround : ' false'
2323 rubocop : false
24- cache-version : ' 1'
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ gem 'rake'
88
99gem 'kafo_module_lint' , { "groups" => [ "test" ] }
1010gem 'puppet-lint-spaceship_operator_without_tag-check' , '~> 1.0' , { "groups" => [ "test" ] }
11- gem 'voxpupuli-test' , '~> 7 .0' , { "groups" => [ "test" ] }
11+ gem 'voxpupuli-test' , '~> 9 .0' , { "groups" => [ "test" ] }
1212gem 'github_changelog_generator' , '>= 1.15.0' , { "groups" => [ "development" ] }
1313gem 'puppet_metadata' , '~> 4.0'
1414gem 'puppet-blacksmith' , '>= 6.0.0' , { "groups" => [ "development" ] }
15- gem 'voxpupuli-acceptance' , '~> 3.0 ' , { "groups" => [ "system_tests" ] }
15+ gem 'voxpupuli-acceptance' , '~> 3.4 ' , { "groups" => [ "system_tests" ] }
1616gem 'puppetlabs_spec_helper' , { "groups" => [ "system_tests" ] }
1717
1818# vim:ft=ruby
You can’t perform that action at this time.
0 commit comments