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

chores: update actions/checkout and actions/setup-python to nodejs 20

This commit is contained in:
OniriCorpe 2024-02-25 06:53:03 +01:00 committed by GitHub
parent 7b5d98d927
commit da1e9c3ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python 3.11 - name: Set up Python 3.11
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: 3.11 python-version: 3.11
- name: Install toml python lib - name: Install toml python lib