mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-23 22:40:58 -05:00
chore(deps): bump actions/setup-python from 3 to 5 (#148)
This commit is contained in:
parent
89e0b6f7b9
commit
c762e1bc54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue