Skip to content

Commit 6388a88

Browse files
🩹 [Patch]: Update Get-PSModuleSettings action to version 1.0.3 (#261)
This pull request updates the `Get-PSModuleSettings` GitHub Action to a newer version in the workflow configuration file. This ensures the workflow uses the latest improvements and bug fixes from the action's upstream repository. - Fixes #260 Workflow update: * Updated the `Get-PSModuleSettings` action in `.github/workflows/Get-Settings.yml` from version `v1.0.2` to `v1.0.3` to incorporate the latest changes and fixes.
1 parent 9b31a40 commit 6388a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Get-Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656

5757
- name: Get-Settings
58-
uses: PSModule/Get-PSModuleSettings@58d80d7c7a62d8a9be0240cd86d31af5a95ab8f6 # v1.0.2
58+
uses: PSModule/Get-PSModuleSettings@5be814463ddf37293196c5bd07c861f6fb617a59 # v1.0.3
5959
id: Get-Settings
6060
with:
6161
SettingsPath: ${{ inputs.SettingsPath }}

0 commit comments

Comments
 (0)