From bb91ea15ce46264f9d415f24c68a5e3ca1fe773f Mon Sep 17 00:00:00 2001 From: mcraa <6892971+mcraa@users.noreply.github.com> Date: Thu, 10 Nov 2022 17:33:44 +0100 Subject: [PATCH] fixed version of action to v1 --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index a3e15a77..e379b8cd 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/winget-releaser@latest + - uses: vedantmgoyal2009/winget-releaser@v1 with: identifier: Balena.Etcher installer-regex: 'balenaEtcher-Setup.*.exe$'