From 0a14b43b337d5194067575561121e25e94c1d8a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:42:36 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v4 --- .github/workflows/cve-scanning-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve-scanning-dotnet.yml b/.github/workflows/cve-scanning-dotnet.yml index ba5295dc2..0c4953cd6 100644 --- a/.github/workflows/cve-scanning-dotnet.yml +++ b/.github/workflows/cve-scanning-dotnet.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Restore dependencies