From 36d4d433b99c73e1748ad55cd91950fcc37fecc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:05:21 +0100 Subject: [PATCH] Bump actions/setup-node from 3 to 4 (#5) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 28e8e74d8..2825d2575 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -40,7 +40,7 @@ jobs: token: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }} - name: "Install Node" - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 19.x registry-url: 'https://registry.npmjs.org'