Merge pull request #2056 from YunoHost/OniriCorpe-patch-1

chores: update actions/checkout and actions/setup-python to nodejs 20
This commit is contained in:
Tagada
2024-02-25 18:19:04 +01:00
committed by GitHub

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