From ebeb8cf3fb3dcee12c4746c39f636931fdc5ca51 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Wed, 24 Apr 2024 23:32:01 +0200 Subject: [PATCH] Updates GitHub Actions to v4 to address Node.js 16 deprecation --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 317cacb..5a88a69 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 - run: npm install eslint @eslint/js - run: npx eslint -c .eslint.config.mjs user.js