From ad739193b5de05e84b0132f267708022e0884be5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:47:11 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/workflows/fsharp-build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fsharp-build-template.yml b/.github/workflows/fsharp-build-template.yml index 6479d5c..7e93451 100644 --- a/.github/workflows/fsharp-build-template.yml +++ b/.github/workflows/fsharp-build-template.yml @@ -33,7 +33,7 @@ jobs: with: persist-credentials: false - name: Setup .NET Core - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: | 6.x