Skip to content

Commit

Permalink
Merge pull request #546 from YunoHost/OniriCorpe-patch-1
Browse files Browse the repository at this point in the history
chores: update actions/checkout@v3 to v4
  • Loading branch information
Tagadda authored Feb 25, 2024
2 parents d369f52 + c6f4506 commit 590724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 590724a

Please sign in to comment.