From 34afb66bdd42b220efd66246ef3083ddf00ab612 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 00:49:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 25b4320..153f9bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: version: 6.20.3 - name: Install Node v20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 20.x cache: 'yarn'