From 0a265561a31f86c6c95e7926595af6fef2a6b182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:58:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b7014057..8e45ae72 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Set up NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 - name: Install dependencies run: npm install