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