mirror of
https://github.com/Textualize/rich.git
synced 2025-12-23 07:08:35 +00:00
Update actions/setup-python action
This commit is contained in:
parent
027a4727a5
commit
4bb501176c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue