From 2b54d7d97ac25dce99507b0d068b0feee98947b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:16:29 +0000 Subject: [PATCH] build(deps): Bump crazy-max/ghaction-chocolatey from 3.3.0 to 3.4.0 --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: 3.4.0 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 0654c313c6f6..694f95ae9c73 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@6828f16489ec8d2968b55066766cb41f0d278f2a # v3.3.0 + uses: crazy-max/ghaction-chocolatey@2526f467ccbd337d307fe179959cabbeca0bc8c0 # v3.4.0 with: args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools timeout-minutes: 10