From eb50b7f41fd21237c8f9c6d90b029c42d7eada56 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 26 Dec 2025 06:08:49 -0600 Subject: [PATCH] chore: fix workflow --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0afdf35..e321add 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Setup .NET - uses: actions/checkout@v5 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x - name: Setup Node.js @@ -50,7 +50,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Setup .NET - uses: actions/checkout@v5 + uses: actions/setup-dotnet@v5 with: dotnet-version: 10.0.x - name: Setup Node.js