We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d21778 commit 8d9715eCopy full SHA for 8d9715e
.github/workflows/windows_test_npm_install.yml
@@ -245,7 +245,7 @@ jobs:
245
# Install Windows build tools for compiling Node.js native add-ons.
246
- name: 'Install Windows build tools'
247
# Pin action to full length commit SHA
248
- uses: crazy-max/ghaction-chocolatey@6828f16489ec8d2968b55066766cb41f0d278f2a # v3.3.0
+ uses: crazy-max/ghaction-chocolatey@2526f467ccbd337d307fe179959cabbeca0bc8c0 # v3.4.0
249
with:
250
args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools
251
timeout-minutes: 10
0 commit comments