From b9a228fec95f9433adee32801e316d056a388d6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:14:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4.3.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..b9d43cf2 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.3.0 with: dotnet-version: "8.x"