From dd183ebdb59fbd8b2a46a1439615916a36788918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:43:52 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.0 to 4.0.1 Dependabot couldn't find the original pull request head commit, f135ae7be5f2d128364d5d168b6b74f81f046a69. --- .github/workflows/workflow-generate-website.yml | 2 +- .github/workflows/workflow-validate-repo-markdown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow-generate-website.yml b/.github/workflows/workflow-generate-website.yml index 65365b58..b58d157f 100644 --- a/.github/workflows/workflow-generate-website.yml +++ b/.github/workflows/workflow-generate-website.yml @@ -75,7 +75,7 @@ jobs: hugo-version: '${{ steps.hugo-version.outputs.HUGO_VERSION }}' extended: true - name: Set up NodeJS - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version-file: '.github/workflows/config/.nvmrc' cache: 'npm' diff --git a/.github/workflows/workflow-validate-repo-markdown.yml b/.github/workflows/workflow-validate-repo-markdown.yml index 9a4ae24f..ca3658a5 100644 --- a/.github/workflows/workflow-validate-repo-markdown.yml +++ b/.github/workflows/workflow-validate-repo-markdown.yml @@ -32,7 +32,7 @@ jobs: # Setup runtime environment # ------------------------- - name: Set up NodeJS - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 + uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 with: node-version-file: '.github/workflows/config/.nvmrc' cache: 'npm'