1
0
Fork 0

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 8443f18b22
commit be646eadb6

View file

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