From 0aefa4594af43a204235a1c8d54893316c85d046 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 08:29: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 097e4cb6..00403de9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{matrix.node-version}} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: "20.5.0"