update actions/checkout@v3 to v4

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This commit is contained in:
OniriCorpe 2024-02-25 04:18:46 +01:00 committed by GitHub
parent d369f529c8
commit c6f4506308
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