From c32317d484d4aaf76a05ce0a685fb1ec7557ba13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:12:50 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 5.2.0 to 6.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7...a98b56852c35b8e3190ac28c8c2271da59106c68) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-microsoft-store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-microsoft-store.yml b/.github/workflows/deploy-microsoft-store.yml index 8c33eede9..63c23a459 100644 --- a/.github/workflows/deploy-microsoft-store.yml +++ b/.github/workflows/deploy-microsoft-store.yml @@ -400,7 +400,7 @@ jobs: - name: Install .NET 9 for Microsoft Store CLI if: ${{ steps.norm.outputs.dry_run != 'true' }} - uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5.2.0 + uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: dotnet-version: "9.0.x"