From d241a707f4c74d530dcb877e7cd8ac2d66969424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:50:38 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/actions/create-vsix-feed/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/create-vsix-feed/action.yml b/.github/actions/create-vsix-feed/action.yml index d690e6e4..81b7b49e 100644 --- a/.github/actions/create-vsix-feed/action.yml +++ b/.github/actions/create-vsix-feed/action.yml @@ -26,7 +26,7 @@ runs: key: ${{ runner.os }}-PrivateGalleryCreator-1.0.64 - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: '6.0.x'