From f02f59e4a04e1ae34b580ee606055fb2f6fa1579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 04:22:01 +0000 Subject: [PATCH] Bump crazy-max/ghaction-chocolatey from 1.5.0 to 1.7.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/d025252287b66c3fb7d795cc8932dec97630cd53...e80bd39bb49cae70b67ea53d52d00833a7255c21) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f848f5aebef00..3ad19c1130e5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,7 +198,7 @@ jobs: (Get-Content bin\win\linkerd.nuspec).replace('LINKERD_VERSION', $LINKERD_VERSION) | Set-Content bin\win\linkerd.nuspec - name: Chocolatey - pack if: startsWith(github.ref, 'refs/tags/stable') - uses: crazy-max/ghaction-chocolatey@d025252287b66c3fb7d795cc8932dec97630cd53 + uses: crazy-max/ghaction-chocolatey@e80bd39bb49cae70b67ea53d52d00833a7255c21 with: args: pack bin/win/linkerd.nuspec - name: Chocolatey - upload package