From 07e199be5d4a6a8952d5af819d9fabbbe521b2cd Mon Sep 17 00:00:00 2001 From: Bailey Matthews Date: Sat, 4 Jul 2020 16:20:28 +0100 Subject: [PATCH] Doc: Update example version to 'v1' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea980ce..d5b927d 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: baileyjm02/markdown-to-pdf@master + - uses: baileyjm02/markdown-to-pdf@v1 with: input_dir: docs output_dir: pdfs