diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c6850db..0a775e3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: lint-and-validate: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Node dependencies run: npm install - name: Lint JS/JSON files