From 0e86e9ba802d740e2693aa77bcb721c354448ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 07:36:43 +0000 Subject: [PATCH] Bump actions/setup-node from 3.8.2 to 4.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.2 to 4.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1a4442cacd436585916779262731d5b162bc6ec7...1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/protos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protos.yml b/.github/workflows/protos.yml index 75b1208..b89a8ab 100644 --- a/.github/workflows/protos.yml +++ b/.github/workflows/protos.yml @@ -61,7 +61,7 @@ jobs: echo "Successfully copied the proto directory to $TARGET_DIR." - name: Install Node.js and Dependencies - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: '18'