From f04ed5d5901fe0a035a4788f2b97d1c75d68cb51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:44:40 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.3 (#74) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4d31c0d..6a213e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -98,7 +98,7 @@ jobs: run_install: false - name: "Use Node.js 20.x" - uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8" # v4.0.2 + uses: "actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b" # v4.0.3 with: node-version: "20.x" cache: "pnpm"