From ea3f634584efdaeefd3e67732c3f42bef1ab1877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:42:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4.1.0 --- dotnet/.github/workflows/_unit_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/.github/workflows/_unit_test.yml b/dotnet/.github/workflows/_unit_test.yml index 73df3e81..6cd4788f 100644 --- a/dotnet/.github/workflows/_unit_test.yml +++ b/dotnet/.github/workflows/_unit_test.yml @@ -25,7 +25,7 @@ jobs: - run: npm i -g npm@latest - run: npm ci - - uses: actions/setup-dotnet@v4.0.1 + - uses: actions/setup-dotnet@v4.1.0 with: dotnet-version: "8.x"