From 2c5055c81a18fe363b62ac8a9d17c2bf776abc03 Mon Sep 17 00:00:00 2001 From: Lewis Crichton Date: Thu, 31 Aug 2023 21:24:43 +0100 Subject: [PATCH] ci: update to latest v2 of winget releaser --- .github/workflows/winget-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index 734295d..211a91f 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Submit package to Winget Community Repo - uses: vedantmgoyal2009/winget-releaser@688c38a2f42ed9b26438c69da3f96efd7b6ead1d # v2 + uses: vedantmgoyal2009/winget-releaser@52ef3f3028ed79a9606d7678d0a88d295bc0c690 # v2 with: identifier: Vencord.Vesktop token: ${{ secrets.WINGET_PAT }}