Skip to content

Commit 13a5bdf

Browse files
committed
gha-puppet: Switch from v2->v3
Tested at: * voxpupuli/puppet-example#66 * voxpupuli/puppet-selinux#392
1 parent a70baf8 commit 13a5bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
puppet:
2121
name: Puppet
2222
<%- if @configs['acceptance_tests'] && Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? -%>
23-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
23+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
2424
<%- else -%>
25-
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
25+
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
2626
<%- end -%>
2727
<%- if @configs['with'] -%>
2828
with:

0 commit comments

Comments
 (0)