From 4fda66b970cb6647682ffd09304809b0bcf8bd2a Mon Sep 17 00:00:00 2001 From: Catherine <97769420+zli86605@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:36:47 -0700 Subject: [PATCH] Update w4h-workflow.yml --- .github/workflows/w4h-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/w4h-workflow.yml b/.github/workflows/w4h-workflow.yml index 7871b47..0213c9a 100644 --- a/.github/workflows/w4h-workflow.yml +++ b/.github/workflows/w4h-workflow.yml @@ -14,10 +14,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Pandoc - run: sudo apt-get install pandoc + run: sudo apt-get install pandoc -y - name: Convert Markdown to HTML run: |