From acbfcf9d25302da69863b6bc80f59bf569f02582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:03:20 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bb2f8d3..068f607 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: wagoid/commitlint-github-action@v5 - name: Use Node.js 18 - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 18.x - name: Install Dependencies