From 1a632f3bc975e785c617bb41bd6e9a39c5575abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:31:36 +0000 Subject: [PATCH] Bump baileyjm02/markdown-to-pdf from 1 to 2 in the github-actions group Bumps the github-actions group with 1 update: [baileyjm02/markdown-to-pdf](https://github.com/baileyjm02/markdown-to-pdf). Updates `baileyjm02/markdown-to-pdf` from 1 to 2 - [Release notes](https://github.com/baileyjm02/markdown-to-pdf/releases) - [Commits](https://github.com/baileyjm02/markdown-to-pdf/compare/v1...v2) --- updated-dependencies: - dependency-name: baileyjm02/markdown-to-pdf dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docs-as-pdf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-as-pdf.yml b/.github/workflows/docs-as-pdf.yml index 4348fbdba..c93734aaf 100644 --- a/.github/workflows/docs-as-pdf.yml +++ b/.github/workflows/docs-as-pdf.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: baileyjm02/markdown-to-pdf@v1 + - uses: baileyjm02/markdown-to-pdf@v2 with: input_path: docs output_dir: pdfs