From d46f7a7f04f51237b58a8aa4175326f160c4716c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 12:38:32 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2.5.2 --- .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 ed48a2e..3dc815a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@master - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v2.5.2 with: node-version: 16 cache: 'npm'