From a67b783bb774461a7fdd934fc2f91437ace6d32f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:27:11 +0000 Subject: [PATCH] build(deps): bump crazy-max/ghaction-chocolatey from 3.0.0 to 3.2.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/0e015857dd851f84fcb7fb53380eb5c4c8202333...2ae99523e93879734d432250f87e2c45c379cd60) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... 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 8a58c956f6c..a3c16fbce53 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -242,7 +242,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@0e015857dd851f84fcb7fb53380eb5c4c8202333 # v3.0.0 + uses: crazy-max/ghaction-chocolatey@2ae99523e93879734d432250f87e2c45c379cd60 # v3.2.0 with: args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools timeout-minutes: 10