From a2d4579b8dee06ca0e23e5959b4a015b79134e74 Mon Sep 17 00:00:00 2001
From: amnweb <16545063+forumwt@users.noreply.github.com>
Date: Sun, 1 Dec 2024 11:40:41 +0100
Subject: [PATCH] chore(workflows): update winget-releaser action to version 2

---
 .github/workflows/winget.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/winget.yaml b/.github/workflows/winget.yaml
index 2707d01..f9205fe 100644
--- a/.github/workflows/winget.yaml
+++ b/.github/workflows/winget.yaml
@@ -24,7 +24,7 @@ jobs:
             core.setOutput('release-tag', tag);
             console.log("Release tag: ", tag, " Version: ", version);
 
-      - uses: vedantmgoyal9/winget-releaser@main
+      - uses: vedantmgoyal9/winget-releaser@v2
         with:
           identifier: AmN.yasb
           version: ${{ steps.get-version.outputs.version }}