File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,17 @@ jobs:
3939 echo "NuGetPackageSourceCredentials_gh-iterate-ch=${{ env.NugetCredentials }}" >> $env:GITHUB_ENV
4040 - name : Install Bonjour SDK
4141 if : ${{ runner.os == 'Windows' }}
42- uses : crazy-max/ghaction-chocolatey@v3
42+ uses : crazy-max/ghaction-chocolatey@v4
4343 with :
4444 args : install bonjour -y
4545 - name : Install WiX Toolset
4646 if : ${{ runner.os == 'Windows' }}
47- uses : crazy-max/ghaction-chocolatey@v3
47+ uses : crazy-max/ghaction-chocolatey@v4
4848 with :
4949 args : install wixtoolset -y
5050 - name : Install OpenSSL
5151 if : ${{ runner.os == 'Windows' }}
52- uses : crazy-max/ghaction-chocolatey@v3
52+ uses : crazy-max/ghaction-chocolatey@v4
5353 with :
5454 args : install openssl -y
5555 - name : Build with Maven
You can’t perform that action at this time.
0 commit comments