From 69fd562b4a61457f33f3963df43b0a1c891e20dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:12:13 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.1 to 4.0.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/hugo_publisher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo_publisher.yml b/.github/workflows/hugo_publisher.yml index 16b96543..40f54c66 100644 --- a/.github/workflows/hugo_publisher.yml +++ b/.github/workflows/hugo_publisher.yml @@ -66,7 +66,7 @@ jobs: uses: actions/configure-pages@v4.0.0 - name: Set up Node.js - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.2 with: node-version: 16