diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74903d46..e82089fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: container: node:lts timeout-minutes: 15 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Prepare run: npm ci - name: Lint