From 5ee6adde1570f81c537b032ed8b63a4e19a518f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:37:55 +0100 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#254) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/external.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml index 5693ff1..f4d8882 100644 --- a/.github/workflows/external.yml +++ b/.github/workflows/external.yml @@ -57,7 +57,7 @@ jobs: repository: ${{ matrix.project }} path: project - name: Use Node.js ${{ matrix.node_version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }}