Update action.yml

This commit is contained in:
Ekhein911 2023-11-04 04:12:19 -07:00 committed by GitHub
parent e8111cec9d
commit 94be9e07b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"