Skip to content

Commit 0150878

Browse files
committed
Update to gha-puppet v3
v2 runs on ubuntu-20.04 and that's being removed. It was needed for EL7, but we've dropped that.
1 parent f38a17f commit 0150878

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@ jobs:
1818
puppet:
1919
name: Puppet
2020
<%- if Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? -%>
21-
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
21+
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
2222
with:
2323
pidfile_workaround: '<%= @configs['pidfile_workaround'] %>'
2424
<%- if @configs['beaker_facter'] -%>
2525
beaker_facter: '<%= @configs['beaker_facter'] %>'
2626
<%- end -%>
2727
<%- else -%>
28-
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
28+
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
2929
with:
3030
<%- end -%>
3131
rubocop: false
32-
cache-version: '1'

0 commit comments

Comments
 (0)