Keep GitHub Actions up to date

This commit is contained in:
Frédéric Guillot
2022-10-29 21:15:07 -07:00
committed by Frédéric Guillot
parent fc31da6bda
commit 3a61060047
5 changed files with 18 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ jobs:
jshint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install jshint
run: npm install -g jshint
- name: Run jshint