1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Upgrade setup-python from v4 to v5 to upgrade nodejs to v20

This commit is contained in:
OniriCorpe 2024-03-13 06:05:14 +01:00 committed by GitHub
parent 596e521411
commit b3461b46ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: 'Set up Python 3.9'
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip'