diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 512c30981..d888e6c2b 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@v2.0.0 + uses: crazy-max/ghaction-chocolatey@v2.1.0 with: args: install pandoc if: runner.os == 'Windows'