From 278fef87653ceb627c6331cd878ebba2098788de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 08:37:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a5e8e8e..2f0ab05b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 @@ -47,7 +47,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 @@ -87,7 +87,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: yarn @@ -117,7 +117,7 @@ jobs: with: name: artifact-${{ github.run_id }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18