Skip to content

Commit

Permalink
gha-puppet: Switch from v2->v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 9, 2024
1 parent a70baf8 commit 13a5bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moduleroot/.github/workflows/ci.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
puppet:
name: Puppet
<%- if @configs['acceptance_tests'] && Dir[File.join(@metadata[:workdir], 'spec', 'acceptance', '**', '*_spec.rb')].any? -%>
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
<%- else -%>
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3
<%- end -%>
<%- if @configs['with'] -%>
with:
Expand Down

0 comments on commit 13a5bdf

Please sign in to comment.