From 32cf0939d2c035cbe11c461da2d44f10b5dc0055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:44:50 -0500 Subject: [PATCH] build(deps): bump crazy-max/ghaction-chocolatey from 3.0.0 to 3.2.0 (#13237) Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/0e015857dd851f84fcb7fb53380eb5c4c8202333...2ae99523e93879734d432250f87e2c45c379cd60) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a5875daca..ee5c7f52d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,7 +164,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@0e015857dd851f84fcb7fb53380eb5c4c8202333 + uses: crazy-max/ghaction-chocolatey@2ae99523e93879734d432250f87e2c45c379cd60 with: args: pack bin/win/linkerd.nuspec - name: Chocolatey - upload package