From 236bf66f26dfbdc4b1e9b9da6d651ab6d918b1ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:52:16 +0000 Subject: [PATCH] chore: update actions/setup-node action to v4 --- .github/workflows/BUILD_ON_DEMAND.yml | 2 +- .github/workflows/CI.yml | 2 +- .github/workflows/NIGHTLY.yml | 2 +- .github/workflows/RELEASE.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BUILD_ON_DEMAND.yml b/.github/workflows/BUILD_ON_DEMAND.yml index bba9b62f5d..21603542c1 100644 --- a/.github/workflows/BUILD_ON_DEMAND.yml +++ b/.github/workflows/BUILD_ON_DEMAND.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c0a2cab6cd..e21cde2ce3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/NIGHTLY.yml b/.github/workflows/NIGHTLY.yml index 01d13470b0..89e6424a9c 100644 --- a/.github/workflows/NIGHTLY.yml +++ b/.github/workflows/NIGHTLY.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/RELEASE.yml b/.github/workflows/RELEASE.yml index dcc562926a..27d259640f 100644 --- a/.github/workflows/RELEASE.yml +++ b/.github/workflows/RELEASE.yml @@ -34,7 +34,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm'