|
@@ -61,7 +61,7 @@ jobs:
|
|
|
run: npm install -g yarn
|
|
|
|
|
|
- name: Setup Python 3
|
|
|
- uses: actions/setup-python@v3
|
|
|
+ uses: actions/setup-python@v4
|
|
|
with:
|
|
|
python-version: '3.x'
|
|
|
|
|
@@ -128,7 +128,7 @@ jobs:
|
|
|
RELEASE_VERSION: ${{ needs.build.outputs.RELEASE_VERSION }}
|
|
|
|
|
|
- name: Release to WinGet
|
|
|
- uses: vedantmgoyal2009/winget-releaser@v1
|
|
|
+ uses: vedantmgoyal2009/winget-releaser@v2
|
|
|
with:
|
|
|
identifier: ${{ env.APP_IDENTIFIER }}
|
|
|
version: ${{ env.RELEASE_VERSION }}
|