From ae2d70770c0d8f52ad0cc59e4fcbdaf750f421be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 03:30:40 +0100 Subject: [PATCH] Bump actions/setup-node from 1 to 4 (#7) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...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/toc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 3ae5f1d..a7f9c72 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 steps: - name: Setup Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 14