Skip to content

Commit 93bcfdd

Browse files
authored
Merge pull request #830 from voxpupuli/dependabot/github_actions/voxpupuli/gha-puppet-4
Bump voxpupuli/gha-puppet from 3 to 4
2 parents 921cebf + f9309c8 commit 93bcfdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare_release.yml

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
allowed_owner: 'voxpupuli'

.github/workflows/release.yml

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
allowed_owner: 'voxpupuli'
2222
secrets:

0 commit comments

Comments
 (0)