From 4428ccff684f905a69e25dd423d1a2160e085989 Mon Sep 17 00:00:00 2001 From: James Parsons Date: Wed, 27 Mar 2024 15:17:48 -0700 Subject: [PATCH] Update PS module to 0.3.15 (#2) * Update PS module to 0.3.15 * Update README --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a959350..c6b1675 100644 --- a/README.md +++ b/README.md @@ -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 }} diff --git a/action.yml b/action.yml index 8c1e6e8..7895851 100644 --- a/action.yml +++ b/action.yml @@ -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 = @{}