diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0767ad0..e6053c8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: name: Run ESLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - uses: actions/setup-node@v1 with: node-version: '12.x'