1
0
Fork 0
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:
dependabot[bot] 2024-11-20 14:27:45 +00:00 committed by GitHub
parent 89e0b6f7b9
commit c762e1bc54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}