From 63867d9291e23c65a1d9053ca32cb3c7721796d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 04:25:16 +0000 Subject: [PATCH] Bump crazy-max/ghaction-chocolatey from 1.5.0 to 1.6.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1.5.0 to 1.6.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...87d06bbbd2cfb1835f1820042d356aef4875fb5f) --- 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..9251aff715f9c 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@87d06bbbd2cfb1835f1820042d356aef4875fb5f with: args: pack bin/win/linkerd.nuspec - name: Chocolatey - upload package