Skip to content

Commit feb2bee

Browse files
dependabot[bot]phw
authored andcommitted
build(deps): bump azure/trusted-signing-action from 0.5.9 to 0.5.10
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](Azure/trusted-signing-action@v0.5.9...v0.5.10) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-version: 0.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 277e0e4 commit feb2bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
PICARD_BUILD_PORTABLE: ${{ matrix.setup.build-portable }}
8585
PICARD_DISABLE_AUTOUPDATE: ${{ matrix.setup.disable-autoupdate }}
8686
- name: Sign picard.exe
87-
uses: azure/[email protected].9
87+
uses: azure/[email protected].10
8888
if: matrix.setup.type != 'portable' && env.CODESIGN == 'true'
8989
with:
9090
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
@@ -113,7 +113,7 @@ jobs:
113113
& .\scripts\package\win-package-appx.ps1 dist\picard
114114
Move-Item .\dist\*.msix .\artifacts
115115
- name: Sign final executable
116-
uses: azure/[email protected].9
116+
uses: azure/[email protected].10
117117
if: matrix.setup.type != 'store-app' && env.CODESIGN == 'true'
118118
with:
119119
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)