From 5b0d8aaa6d1175d17b258225856aedfd59de92f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:07:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4 --- .github/workflows/scan-nuget-test-utils-nunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-nuget-test-utils-nunit.yml b/.github/workflows/scan-nuget-test-utils-nunit.yml index c6470c0..98449f6 100644 --- a/.github/workflows/scan-nuget-test-utils-nunit.yml +++ b/.github/workflows/scan-nuget-test-utils-nunit.yml @@ -24,7 +24,7 @@ jobs: java-version: 1.11 - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x