From 75b0f9fa5bd9f9091bfc16753c02d8e88b3d73bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 17:14:39 +0000 Subject: [PATCH] Bump actions/setup-node from 4.1.0 to 4.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/jsonChecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jsonChecker.yml b/.github/workflows/jsonChecker.yml index af58fab1e..163a46bbf 100644 --- a/.github/workflows/jsonChecker.yml +++ b/.github/workflows/jsonChecker.yml @@ -16,7 +16,7 @@ jobs: # Step 2: Set up Node.js - name: Set up Node.js - uses: actions/setup-node@v4.1.0 + uses: actions/setup-node@v4.3.0 with: node-version: 20