From d179c4bdab95634fa79c35fd86a4ad90e0e7173a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:43:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .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..876bccb 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@v4 with: node-version: 18.x - name: Install Dependencies