mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #546 from YunoHost/OniriCorpe-patch-1
chores: update actions/checkout@v3 to v4
This commit is contained in:
commit
590724ab46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
eslint:
|
eslint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: cd app && npm ci
|
run: cd app && npm ci
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
|
|
Loading…
Reference in a new issue