From ec92a93021f5622a0a951c84075f7634cdd56b08 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 4 Mar 2025 19:51:15 +0100 Subject: [PATCH] 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. --- moduleroot/.github/workflows/ci.yml.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/moduleroot/.github/workflows/ci.yml.erb b/moduleroot/.github/workflows/ci.yml.erb index 0fa201a..a6aa5a5 100644 --- a/moduleroot/.github/workflows/ci.yml.erb +++ b/moduleroot/.github/workflows/ci.yml.erb @@ -18,15 +18,14 @@ jobs: puppet: name: Puppet <%- if 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 with: pidfile_workaround: '<%= @configs['pidfile_workaround'] %>' <%- if @configs['beaker_facter'] -%> beaker_facter: '<%= @configs['beaker_facter'] %>' <%- end -%> <%- else -%> - uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v2 + uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v3 with: <%- end -%> rubocop: false - cache-version: '1'