Skip to content

Commit defa85d

Browse files
Bump Process-PSModule to v5 (#6)
This pull request updates the workflow reference in the `.github/workflows/Process-PSModule.yml` file to use a newer version of the shared workflow. - Updated the `Process-PSModule` job to use the `v5` version of the shared workflow instead of the previous `001-unified-workflow` reference.
1 parent a87ae12 commit defa85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ permissions:
2727

2828
jobs:
2929
Process-PSModule:
30-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@001-unified-workflow
30+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v5
3131
secrets:
3232
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)