diff --git a/.github/workflows/manual-preview.yml b/.github/workflows/manual-preview.yml index 4c4659f28..39f543cd9 100644 --- a/.github/workflows/manual-preview.yml +++ b/.github/workflows/manual-preview.yml @@ -8,12 +8,12 @@ jobs: steps: - name: Manual HTML Preview English id: html_preview_en - uses: pavi2410/html-preview-action@v4 + uses: pavi2410/html-preview-action@v5 with: html_file: 'user_guide/en.html' - name: Manual HTML Preview Persian (RTL) id: html_preview_fa - uses: pavi2410/html-preview-action@v4 + uses: pavi2410/html-preview-action@v5 with: html_file: 'user_guide/fa.html' - name: Create comment