From 611e21889380f52285aec8d0d776d90c6c266ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:06:06 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-chocolatey from 3 to 4 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 3 to 4. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v3...v4) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/global.yml | 2 +- .github/workflows/local.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1824c8..3272fbf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,12 +273,12 @@ jobs: - name: Setup SBCL (Windows) if: runner.os == 'Windows' - uses: crazy-max/ghaction-chocolatey@v3 + uses: crazy-max/ghaction-chocolatey@v4 with: args: install sbcl - name: Install Zip - uses: crazy-max/ghaction-chocolatey@v3 + uses: crazy-max/ghaction-chocolatey@v4 with: args: install zip diff --git a/.github/workflows/global.yml b/.github/workflows/global.yml index a5e4ebb..ce5ad05 100644 --- a/.github/workflows/global.yml +++ b/.github/workflows/global.yml @@ -51,7 +51,7 @@ jobs: - name: Setup SBCL (Windows) if: runner.os == 'Windows' - uses: crazy-max/ghaction-chocolatey@v3 + uses: crazy-max/ghaction-chocolatey@v4 with: args: install sbcl diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index baff18f..21f940e 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -51,7 +51,7 @@ jobs: - name: Setup SBCL (Windows) if: runner.os == 'Windows' - uses: crazy-max/ghaction-chocolatey@v3 + uses: crazy-max/ghaction-chocolatey@v4 with: args: install sbcl