Skip to content

Commit c9c8d9e

Browse files
committed
Upgrade update-winget action to v1.4
This version allows us to update existing `winget` manifests by specifying a manifest's SHA if it already exists in `microsoft/winget-pkgs`. Pull Requests --------------- * [git-for-windows#178](mjcheetham/update-winget#179): Allow updates to existing winget manifests
1 parent 18844c9 commit c9c8d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-winget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- id: update-winget
1111
name: Update winget repository
12-
uses: mjcheetham/update-winget@v1.3.2
12+
uses: mjcheetham/update-winget@v1.4
1313
with:
1414
id: Microsoft.Git
1515
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)