From c7afcd369545562ca692351aee3d8418136eabf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 14:58:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .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 b2d837b..5639795 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@master - name: Setup node env 🏗 - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.8.1 with: node-version: ${{ matrix.node }}