We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705fc27 commit c860074Copy full SHA for c860074
1 file changed
.github/workflows/Process-PSModule.yml
@@ -27,8 +27,8 @@ permissions:
27
28
jobs:
29
Process-PSModule:
30
- # The TestData secret (PR #365) shipped in v6.0.0; pinned to the current release v6.1.0.
31
- uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@0d7a2f0b9422ad727886d1ef79d1874ccc358fd7 # v6.1.0
+ # The TestData secret (PR #365) shipped in v6.0.0; pinned to the current release v6.1.1.
+ uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@ea19a3eb1293246d1b00e4faae1544442c3be0ec # v6.1.1
32
secrets:
33
# PowerShell Gallery API key used to publish the module.
34
APIKey: ${{ secrets.APIKey }}
0 commit comments