diff --git a/.github/workflows/ESLint.yml b/.github/workflows/ESLint.yml index b3cbfffd..cb5e1b4a 100644 --- a/.github/workflows/ESLint.yml +++ b/.github/workflows/ESLint.yml @@ -42,7 +42,7 @@ jobs: node-version: [14.x, 15.x, 16.x] steps: - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Uses Node.js v${{ matrix.node-version }} uses: actions/setup-node@v2