From 13ba8f346a0c8e35b2754fb149aeb7625d8c9741 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 26 Jun 2023 13:21:08 -0400 Subject: [PATCH] Fix references to `install-winget` --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index fe3934565b..078dd4095f 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -967,7 +967,7 @@ jobs: run: ./DisableOutOfProcBuild.exe - name: Install winget - uses: Cyberboss/InstallWinget@v1 + uses: Cyberboss/install-winget@v1 - name: Checkout (Branch) uses: actions/checkout@v3 @@ -1394,7 +1394,7 @@ jobs: dotnet-version: ${{ env.TGS_DOTNET_VERSION }} - name: Install winget - uses: Cyberboss/InstallWinget@v1 + uses: Cyberboss/install-winget@v1 - name: Install wingetcreate run: winget install wingetcreate --disable-interactivity --accept-source-agreements