Skip to content

Commit bf1e656

Browse files
Bump azure/trusted-signing-action from 0.5.0 to 0.5.1 (#359)
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](Azure/trusted-signing-action@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 802ba5c commit bf1e656

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Sign binaries
151151
if: github.event_name != 'pull_request'
152-
uses: azure/[email protected].0
152+
uses: azure/[email protected].1
153153
with:
154154
endpoint: https://eus.codesigning.azure.net/
155155
trusted-signing-account-name: ImageMagick
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Sign installer
169169
if: github.event_name != 'pull_request'
170-
uses: azure/[email protected].0
170+
uses: azure/[email protected].1
171171
with:
172172
endpoint: https://eus.codesigning.azure.net/
173173
trusted-signing-account-name: ImageMagick
@@ -312,7 +312,7 @@ jobs:
312312

313313
- name: Sign executables
314314
if: github.event_name != 'pull_request'
315-
uses: azure/[email protected].0
315+
uses: azure/[email protected].1
316316
with:
317317
endpoint: https://eus.codesigning.azure.net/
318318
trusted-signing-account-name: ImageMagick

0 commit comments

Comments
 (0)