From 92ff3b0c51cd34ef7dddd010f90ef5b5d2d7ebdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 05:12:44 +0000 Subject: [PATCH] chore: Bump crazy-max/ghaction-chocolatey Bumps the github-actions-minor-and-patch group with 1 update: [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey). Updates `crazy-max/ghaction-chocolatey` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/6828f16489ec8d2968b55066766cb41f0d278f2a...2526f467ccbd337d307fe179959cabbeca0bc8c0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-minor-and-patch ... 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 23e6c733..ed87affa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: - name: Configure git for private modules run: git config --global url."https://speakeasybot:${{ secrets.BOT_REPO_TOKEN }}@github.com".insteadOf "https://github.com" - name: Setup Choco - uses: crazy-max/ghaction-chocolatey@6828f16489ec8d2968b55066766cb41f0d278f2a # v3.3.0 + uses: crazy-max/ghaction-chocolatey@2526f467ccbd337d307fe179959cabbeca0bc8c0 # v3.4.0 with: args: --version - name: goreleaser