From 13a5bdfbf838071ac6b2c4d7abb906b7599a2d77 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 9 Aug 2024 11:54:10 +0200 Subject: [PATCH] gha-puppet: Switch from v2->v3 Tested at: * https://github.com/voxpupuli/puppet-example/pull/66 * https://github.com/voxpupuli/puppet-selinux/pull/392 --- moduleroot/.github/workflows/ci.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moduleroot/.github/workflows/ci.yml.erb b/moduleroot/.github/workflows/ci.yml.erb index d9c15805..80e4ff49 100644 --- a/moduleroot/.github/workflows/ci.yml.erb +++ b/moduleroot/.github/workflows/ci.yml.erb @@ -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: