From a34c2bc069604587ba92ee759dad262a09447da2 Mon Sep 17 00:00:00 2001 From: 64J0 Date: Sat, 15 Jun 2024 18:32:57 -0300 Subject: [PATCH] chore: add the checkout action back to action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index a1614ed..f9cae73 100644 --- a/action.yml +++ b/action.yml @@ -36,6 +36,9 @@ inputs: runs: using: 'composite' steps: + - name: Checkout repo + uses: actions/checkout@v4 + - name: Setup .NET uses: actions/setup-dotnet@v4 with: