From 8754730c3a89ccda9ca0c580336d9b259ac3f5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:06:50 +0000 Subject: [PATCH] chore(core-deps): update actions/setup-dotnet action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c5f2f67..23b338b 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: submodules: recursive fetch-depth: 0 - name: Setup DotNet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 3.1.x - name: Get the Microsoft DTDL Validator software