From 8a20976b0ad6517da674a6fb8385fe563bb01d53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:51:52 +0000 Subject: [PATCH] Update actions/setup-node action to v4.0.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a69976c9..5eeb74b2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Setup Node.js environment - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.3 with: node-version-file: '.node-version'