File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ concurrency:
17
17
jobs :
18
18
puppet :
19
19
name : Puppet
20
- uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
20
+ uses : voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
21
21
with :
22
22
pidfile_workaround : ' false'
23
23
rubocop : false
24
- cache-version : ' 1'
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ gem 'rake'
8
8
9
9
gem 'kafo_module_lint' , { "groups" => [ "test" ] }
10
10
gem '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" ] }
12
12
gem 'github_changelog_generator' , '>= 1.15.0' , { "groups" => [ "development" ] }
13
13
gem 'puppet_metadata' , '~> 4.0'
14
14
gem '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" ] }
16
16
gem 'puppetlabs_spec_helper' , { "groups" => [ "system_tests" ] }
17
17
18
18
# vim:ft=ruby
You can’t perform that action at this time.
0 commit comments