From fa812f37cbca12721cbcc7272f241a882b8daec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:55:44 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- setup-hugo/action.yml | 2 +- setup-node/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index ddaeb4d..23017df 100644 --- a/setup-hugo/action.yml +++ b/setup-hugo/action.yml @@ -43,7 +43,7 @@ runs: go-version: "${{ inputs.go-version }}" go-version-file: "${{ inputs.go-version-file }}" - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: "${{ inputs.node-version }}" diff --git a/setup-node/action.yml b/setup-node/action.yml index 1a55800..f19bd79 100644 --- a/setup-node/action.yml +++ b/setup-node/action.yml @@ -17,7 +17,7 @@ runs: - run: npm install -g corepack && corepack enable npm pnpm yarn shell: bash - - uses: actions/setup-node@v3.8.2 # https://github.com/actions/setup-node/releases + - uses: actions/setup-node@v4.0.0 # https://github.com/actions/setup-node/releases with: node-version: '${{ inputs.node-version }}' node-version-file: '${{ inputs.node-version-file }}'