From b990cad923558aac74b36e520f8b0da1b98f8efa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:24:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.4 --- .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 a8790f3..1f28fd5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -278,7 +278,7 @@ jobs: run_install: false - name: "Use Node.js 18.x" - uses: "actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b" # v4.0.3 + uses: "actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6" # v4.0.4 with: node-version: "18.x" cache: "pnpm"