From 70141caaf71e0cf5f01a29bbc1942009045c8b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:44:16 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-chocolatey from 3.4.0 to 4.0.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/2526f467ccbd337d307fe179959cabbeca0bc8c0...dff3862348493b11fba2fbc49147b6d2dfe09b66) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows_test_npm_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index 940b858b671d..de5f5d4996e7 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -245,7 +245,7 @@ jobs: # Install Windows build tools for compiling Node.js native add-ons. - name: 'Install Windows build tools' # Pin action to full length commit SHA - uses: crazy-max/ghaction-chocolatey@2526f467ccbd337d307fe179959cabbeca0bc8c0 # v3.4.0 + uses: crazy-max/ghaction-chocolatey@dff3862348493b11fba2fbc49147b6d2dfe09b66 # v4.0.0 with: args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools timeout-minutes: 10