Skip to content

Commit 35c3f98

Browse files
build(deps): bump crazy-max/ghaction-chocolatey from 3.0.0 to 3.2.0
PR-URL: #3050 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](crazy-max/ghaction-chocolatey@0e01585...2ae9952) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent cc6362b commit 35c3f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_test_npm_install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
# Install Windows build tools for compiling Node.js native add-ons.
243243
- name: 'Install Windows build tools'
244244
# Pin action to full length commit SHA
245-
uses: crazy-max/ghaction-chocolatey@0e015857dd851f84fcb7fb53380eb5c4c8202333 # v3.0.0
245+
uses: crazy-max/ghaction-chocolatey@2ae99523e93879734d432250f87e2c45c379cd60 # v3.2.0
246246
with:
247247
args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools
248248
timeout-minutes: 10

0 commit comments

Comments
 (0)