Skip to content

Commit

Permalink
Update PS module to 0.3.15 (#2)
Browse files Browse the repository at this point in the history
* Update PS module to 0.3.15

* Update README
  • Loading branch information
japarson authored Mar 27, 2024
1 parent 9fdb207 commit 4428ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet build --configuration Release --no-restore WpfApp

- name: Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.3.0
uses: azure/trusted-signing-action@v0.3.15
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ runs:
AZURE_USERNAME: ${{ inputs.azure-username }}
AZURE_PASSWORD: ${{ inputs.azure-password }}
run: |
Install-Module -Name TrustedSigning -RequiredVersion 0.3.8 -Force -Repository PSGallery
Install-Module -Name TrustedSigning -RequiredVersion 0.3.15 -Force -Repository PSGallery
$params = @{}
Expand Down

0 comments on commit 4428ccf

Please sign in to comment.