From c6f45063080180acf27befee0afc6f22ef63b9dc Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 25 Feb 2024 04:18:46 +0100 Subject: [PATCH] update actions/checkout@v3 to v4 Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .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 d3a22e23..e8f40362 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -10,7 +10,7 @@ jobs: eslint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install npm dependencies run: cd app && npm ci - name: Run linter