From aac285005d0708c038b9d68ee2c213417e386634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:38:05 +0000 Subject: [PATCH] Bump crazy-max/ghaction-chocolatey from 1.6.0 to 2.0.0 Bumps [crazy-max/ghaction-chocolatey](https://github.com/crazy-max/ghaction-chocolatey) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/crazy-max/ghaction-chocolatey/releases) - [Changelog](https://github.com/crazy-max/ghaction-chocolatey/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-chocolatey/compare/v1.6.0...v2.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-chocolatey dependency-type: direct:production update-type: version-update:semver-major ... 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 987285206..a1ad0ab1d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -42,7 +42,7 @@ jobs: run: sudo apt install pandoc if: runner.os == 'Linux' - name: Install pandoc on windows - uses: crazy-max/ghaction-chocolatey@v1.6.0 + uses: crazy-max/ghaction-chocolatey@v2.0.0 with: args: install pandoc if: runner.os == 'Windows'