From 83c3c602ab1671ff9817f8196e0bc1617c2ed440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:49:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#2435) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- .github/workflows/docs.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7b35a687..b2b2f36a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -54,7 +54,7 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: latest diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 514219d8..253a1a98 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 @@ -40,7 +40,7 @@ jobs: ref: gh-pages path: gh-pages - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18