From 98980127986c10e7d73fe90bd0c4afbd647d7524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:24:56 +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 0c1c46c..9c782c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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: ${{ matrix.node }} cache: 'npm'