From d604f72aac2be2121f8202cca214a16bfefc0528 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 2 Mar 2024 21:26:13 -0500 Subject: [PATCH] ci: update sha for auto winget PR action (#1418) --- .github/workflows/post_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/post_release.yml b/.github/workflows/post_release.yml index 5f1b0485..e47524c3 100644 --- a/.github/workflows/post_release.yml +++ b/.github/workflows/post_release.yml @@ -119,7 +119,8 @@ jobs: run: | echo "Release version: ${{ env.RELEASE_VERSION }}" - - uses: vedantmgoyal2009/winget-releaser@79853c0938cc9946c1ec3cdd1b2e761bb0372b8c # v2 + - name: Automatically create PR for winget repos + uses: vedantmgoyal2009/winget-releaser@93fd8b606a1672ec3e5c6c3bb19426be68d1a8b0 # v2 with: identifier: Clement.bottom installers-regex: '^bottom_x86_64_installer\.msi$'