Skip to content

Commit 0eaec65

Browse files
🩹 [Patch]: Update Get-PSModuleSettings action reference to version 1.3.0 in Get-Settings workflow
1 parent 2231898 commit 0eaec65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@ce4aac7e032758cac99eefbcaee73c68898daad5 # v1.1.0
58+
uses: PSModule/Get-PSModuleSettings@98ce7ab3fbd230e7ae97ecef74d818f8b3c9bbbf # v1.3.0
5959
id: Get-Settings
6060
with:
6161
SettingsPath: ${{ inputs.SettingsPath }}

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
Settings: ${{ needs.Get-Settings.outputs.Settings }}
249249

250250
# Runs on:
251-
# - Open/Updated PR - Only with prerelease label: publishes prerelease version
251+
# - Open/Updated PR - Only with prerelease label: publishes prerelease version
252252
# - ✅ Merged PR - To default branch only: publishes release when all tests/coverage/build succeed
253253
# - ✅ Abandoned PR - Publishes cleanup/retraction version
254254
# - ❌ Manual run - Only runs for PR events

0 commit comments

Comments
 (0)