From 94be9e07b3bc1e02cfdd3144580f75ab3418f4c5 Mon Sep 17 00:00:00 2001 From: Ekhein911 <127502754+Ekhein911@users.noreply.github.com> Date: Sat, 4 Nov 2023 04:12:19 -0700 Subject: [PATCH] Update action.yml --- action.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3a6531c8..34ed27bd 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,9 @@ ---- + + + + - name: Setup Python + uses: actions/setup-python@v4.7.1 + --- name: "Setup Python" description: "Set up a specific version of Python and add the command-line tools to the PATH." author: "GitHub"