From 5d345314d92f9cd5fcbc620555ff8b61f2003985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:32:44 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ESLint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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