Skip to content

Commit 89a62e1

Browse files
🩹 [Patch]: Update action references in workflows to use the releasenotes branch
1 parent 4c3184e commit 89a62e1

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@5be814463ddf37293196c5bd07c861f6fb617a59 # v1.0.3
58+
uses: PSModule/Get-PSModuleSettings@releasenotes
5959
id: Get-Settings
6060
with:
6161
SettingsPath: ${{ inputs.SettingsPath }}

‎.github/workflows/Publish-Module.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
4242
4343
- name: Publish module
44-
uses: PSModule/Publish-PSModule@6c25d139fe51b890f75c057897bd58ac344b192a # v2.0.8
44+
uses: PSModule/Publish-PSModule@releasenotes
4545
env:
4646
GH_TOKEN: ${{ github.token }}
4747
with:

0 commit comments

Comments
 (0)