From a6ea159c59d851c874ae11ec094453ff4ed92d94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:05:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- setup-hugo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-hugo/action.yml b/setup-hugo/action.yml index 51f253f..b3c4823 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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: "${{ inputs.node-version }}"