Skip to content

Commit dd8e982

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump crazy-max/ghaction-chocolatey from 4.0.0 to 4.1.0
Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](crazy-max/ghaction-chocolatey@dff3862...dfdcf5b) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 364ad03 commit dd8e982

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/call-build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ jobs:
203203
arch: ${{ matrix.config.arch }}
204204

205205
- name: Get gzip command and nsis w/ chocolatey
206-
uses: crazy-max/ghaction-chocolatey@dff3862348493b11fba2fbc49147b6d2dfe09b66 # v4.0.0
206+
uses: crazy-max/ghaction-chocolatey@dfdcf5bba9c0a16358a21c13a06ec5c89024b3ac # v4.1.0
207207
with:
208208
args: install gzip nsis -y
209209

210210
- name: Get WiX Toolset w/ chocolatey
211211
if: ${{ matrix.config.arch == 'amd64_arm64' }}
212-
uses: crazy-max/ghaction-chocolatey@dff3862348493b11fba2fbc49147b6d2dfe09b66 # v4.0.0
212+
uses: crazy-max/ghaction-chocolatey@dfdcf5bba9c0a16358a21c13a06ec5c89024b3ac # v4.1.0
213213
with:
214214
args: install wixtoolset -y
215215

.github/workflows/call-windows-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
arch: ${{ matrix.config.arch }}
158158

159159
- name: Get gzip command w/ chocolatey
160-
uses: crazy-max/ghaction-chocolatey@dff3862348493b11fba2fbc49147b6d2dfe09b66 # v4.0.0
160+
uses: crazy-max/ghaction-chocolatey@dfdcf5bba9c0a16358a21c13a06ec5c89024b3ac # v4.1.0
161161
with:
162162
args: install gzip -y
163163

0 commit comments

Comments
 (0)