From 5dba96cda55b783dfea7d41c3bb9d781f41eaa73 Mon Sep 17 00:00:00 2001 From: Jarom Jones <31190203+pacjman@users.noreply.github.com> Date: Tue, 9 Jul 2024 21:05:44 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 755a3e8..9b4df0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build - run: dotnet build --configuration Release + run: dotnet build --configuration Release src/HealthCheck.sln - name: Test run: dotnet test --configuration Release --no-build