From 230fa5b02a3c0c7b944ab053d8cd48a70f745ae4 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 13:35:01 -0600 Subject: [PATCH] Re added checkout --- .github/workflows/dotnet-core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 431024549..502cfb89f 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,6 +17,8 @@ jobs: timeout-minutes: 10 steps: + - uses: actions/checkout@v4 + - name: Setup .NET Core uses: actions/setup-dotnet@v4 with: