Skip to content

Commit 487b91e

Browse files
authored
build(deps): bump azure/azure-code-signing-action from 0.3.0 to 0.3.1 (#1562)
2 parents 1d6ac9c + 25e01a2 commit 487b91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
178178

179179
- name: Sign payload files with Azure Code Signing
180-
uses: azure/[email protected].0
180+
uses: azure/[email protected].1
181181
with:
182182
endpoint: https://wus2.codesigning.azure.net/
183183
code-signing-account-name: git-fundamentals-signing
@@ -204,7 +204,7 @@ jobs:
204204
-Destination $env:GITHUB_WORKSPACE\installers
205205
206206
- name: Sign installers with Azure Code Signing
207-
uses: azure/[email protected].0
207+
uses: azure/[email protected].1
208208
with:
209209
endpoint: https://wus2.codesigning.azure.net/
210210
code-signing-account-name: git-fundamentals-signing

0 commit comments

Comments
 (0)