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

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
commit 43a5b3c996
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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