From afe21907cc40cd61b316b88677e6ad875caa5053 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 00:23:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/create-release.yml | 2 +- .github/workflows/node.yml | 2 +- .github/workflows/platform-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b30af9bb..7a3a7209 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,7 +16,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} - name: Set up Node.js if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 14.x registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 37c9fdb9..cb9af77b 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Get yarn cache directory path diff --git a/.github/workflows/platform-test.yml b/.github/workflows/platform-test.yml index e35a03c1..a7684c26 100644 --- a/.github/workflows/platform-test.yml +++ b/.github/workflows/platform-test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Get yarn cache directory path