From 72173e42e228b43513c37058141ee898c668d94e Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 16 Sep 2024 10:32:12 -0700 Subject: [PATCH] bump release.yml workflow to v3 to fix compat. with puppet8 --- moduleroot/.github/workflows/release.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moduleroot/.github/workflows/release.yml.erb b/moduleroot/.github/workflows/release.yml.erb index f144ef4b..aeebbaa0 100644 --- a/moduleroot/.github/workflows/release.yml.erb +++ b/moduleroot/.github/workflows/release.yml.erb @@ -13,7 +13,7 @@ on: jobs: release: name: Release - uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v2 + uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v3 with: <%- if @configs['with'] -%> <%- @configs['with'].each do |k,v| -%>