From 0c3ae40c9c13792c8ab6467dd4bfa76169d207cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:40:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 10ba8b4..a697dd0 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 15.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 15.x - run: npm install diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3d6a84..4a867cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install