Skip to content

Commit 1561b14

Browse files
authored
Merge pull request #1024 from bastelfreak/ci
CI: Update gha-puppet branch v3->v4
2 parents 4f899b3 + f731596 commit 1561b14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

moduleroot/.github/workflows/prepare_release.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
release_prep:
20-
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
20+
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v4'
2121
with:
2222
version: ${{ github.event.inputs.version }}
2323
<%- unless @configs['with']&.has_key?('allowed_owner') -%>

moduleroot/.github/workflows/release.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
release:
1818
name: Release
19-
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v3
19+
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v4
2020
with:
2121
<%- if @configs['with'] -%>
2222
<%- @configs['with'].each do |k,v| -%>

0 commit comments

Comments
 (0)