Skip to content

Commit 77d3c32

Browse files
authored
Merge pull request #1004 from bastelfreak/podman
Switch beaker jobs from docker->podman
2 parents e2e0c14 + 73200c1 commit 77d3c32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
puppet:
2525
name: Puppet
2626
<%- if @configs['acceptance_tests'] && Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? -%>
27-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
27+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v4
2828
<%- else -%>
29-
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
29+
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v4
3030
<%- end -%>
3131
<%- if @configs['with'] -%>
3232
with:

0 commit comments

Comments
 (0)