From 466a8a40a876d1bb162ae1794815b3d462c4f468 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:23:29 +0000 Subject: [PATCH 1/2] Initial plan From 51d989c9d3a8ec2c0d979956bf360d0223ddc8fe Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:25:55 +0000 Subject: [PATCH 2/2] Update pull request workflow action versions --- .github/workflows/pull-requests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 85bf05a..b913622 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -15,9 +15,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 - name: Setup .NET for main project build - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v5 - name: Install local tools run: dotnet tool restore - name: Paket restore