Skip to content

Commit c1e96ff

Browse files
Bump crazy-max/ghaction-chocolatey from 3 to 4
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](crazy-max/ghaction-chocolatey@v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dbfcdc9 commit c1e96ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)