From 6a6bc91b53dc3792eab2efe31131421abca5e9c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 04:54:57 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4.3.0 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8f18f970..a2554e2e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,11 +114,11 @@ jobs: clean: 'false' fetch-depth: '0' - name: 🔨 Use .NET Core 8.0 SDK - uses: actions/setup-dotnet@v4.2.0 + uses: actions/setup-dotnet@v4.3.0 with: dotnet-version: '8.0.x' - name: 🔨 Use .NET Core 9.0 SDK - uses: actions/setup-dotnet@v4.2.0 + uses: actions/setup-dotnet@v4.3.0 with: dotnet-version: '9.0.x' - name: 🚒 dotnet workload restore