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

chores: update actions/checkout@v3 to v4
This commit is contained in:
Tagada 2024-02-25 17:59:44 +01:00 committed by GitHub
commit 590724ab46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install npm dependencies
run: cd app && npm ci
- name: Run linter