Skip to content

Commit 10154e5

Browse files
authored
Merge pull request #17886 from iterate-ch/dependabot/github_actions/crazy-max/ghaction-chocolatey-4
Bump crazy-max/ghaction-chocolatey from 3 to 4
2 parents 772d053 + c1e96ff commit 10154e5

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)