From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:55:43 +0000 (+0000) Subject: build(deps): bump actions/setup-node from 3 to 4 X-Git-Tag: rec-5.2.0-rc1~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14912%2Fhead;p=thirdparty%2Fpdns.git build(deps): bump actions/setup-node from 3 to 4 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] --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0e2837be5b..79d0ce6956 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -287,7 +287,7 @@ jobs: exit 1 fi - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '20' - name: Install AWS SDK v3