From 4eea454fcf44b8d158314b464b56b046fe7b4c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:07:11 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a2ef20f1e..48dbe932d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -32,7 +32,7 @@ jobs: - name: Run Application Unit Tests run: dotnet test ./Tests/Orso.Arpa.Application.Tests/Orso.Arpa.Application.Tests.csproj --no-build --verbosity normal --configuration Release - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Install Azurite Emulator run: npm install -g azurite - name: Run Azurite in Background