From 598d11e7ef455fa51b7b1c13c285b7bb3c0fea2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 01:59:00 +0000 Subject: [PATCH] Bump crazy-max/ghaction-chocolatey from 2.2.0 to 2.3.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v2.2.0...v2.3.0) --- 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/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 35edf543f..08f6d650e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,7 +45,7 @@ jobs: run: sudo apt install pandoc if: runner.os == 'Linux' - name: Install pandoc on windows - uses: crazy-max/ghaction-chocolatey@v2.2.0 + uses: crazy-max/ghaction-chocolatey@v2.3.0 with: args: install pandoc if: runner.os == 'Windows'