From e5189ffbbf83dfea970623ea096884528e1d14aa Mon Sep 17 00:00:00 2001 From: "my-renovate[bot]" <105243867+my-renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 20:56:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.2 --- .github/workflows/markdown-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-check.yml b/.github/workflows/markdown-check.yml index f737155..5badb5f 100644 --- a/.github/workflows/markdown-check.yml +++ b/.github/workflows/markdown-check.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node.js LTS version - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - name: Install markdown-spellcheck run: npm install -g markdown-spellcheck