Browse Source
👷 use latest major version for actions/checkout
pull/697/head
Thomas Merz
3 years ago
No known key found for this signature in database
GPG Key ID: F2B2463F74283F62
1 changed files with
1 additions and
1 deletions
-
.github/workflows/lint.yml
|
|
|
@ -12,7 +12,7 @@ jobs: |
|
|
|
name: Lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: '18' |
|
|
|
|