From 68aa33369204ff92cd903d68c74265be365688cf Mon Sep 17 00:00:00 2001 From: Lessley Dennington Date: Fri, 17 Sep 2021 11:00:08 -0700 Subject: [PATCH] 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 --------------- * [#178](https://github.com/mjcheetham/update-winget/pull/179): Allow updatesto existing winget manifests --- .github/workflows/release-winget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-winget.yaml b/.github/workflows/release-winget.yaml index b91ed74cf..de90d729f 100644 --- a/.github/workflows/release-winget.yaml +++ b/.github/workflows/release-winget.yaml @@ -9,7 +9,7 @@ jobs: steps: - id: update-winget name: Update winget repository - uses: mjcheetham/update-winget@v1.2.2 + uses: mjcheetham/update-winget@v1.4 with: id: Microsoft.GitCredentialManagerCore token: ${{ secrets.WINGET_TOKEN }}