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"