1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09: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
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,9 @@
---
- name: Setup Python
uses: actions/setup-python@v4.7.1
---
name: "Setup Python" name: "Setup Python"
description: "Set up a specific version of Python and add the command-line tools to the PATH." description: "Set up a specific version of Python and add the command-line tools to the PATH."
author: "GitHub" author: "GitHub"