We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3184e commit 89a62e1Copy full SHA for 89a62e1
‎.github/workflows/Get-Settings.yml‎
@@ -55,7 +55,7 @@ jobs:
55
fetch-depth: 0
56
57
- name: Get-Settings
58
- uses: PSModule/Get-PSModuleSettings@5be814463ddf37293196c5bd07c861f6fb617a59 # v1.0.3
+ uses: PSModule/Get-PSModuleSettings@releasenotes
59
id: Get-Settings
60
with:
61
SettingsPath: ${{ inputs.SettingsPath }}
‎.github/workflows/Publish-Module.yml‎
@@ -41,7 +41,7 @@ jobs:
41
Install-PSResource -Name Microsoft.PowerShell.PSResourceGet -Repository PSGallery -TrustRepository
42
43
- name: Publish module
44
- uses: PSModule/Publish-PSModule@6c25d139fe51b890f75c057897bd58ac344b192a # v2.0.8
+ uses: PSModule/Publish-PSModule@releasenotes
45
env:
46
GH_TOKEN: ${{ github.token }}
47
0 commit comments