4
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-11-07 13:36:56 +00:00

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"