From a57538cff819b1fc0fd50c0407752fb349138ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:58:49 +0000 Subject: [PATCH] Bump pavi2410/html-preview-action from 4 to 5 Bumps [pavi2410/html-preview-action](https://github.com/pavi2410/html-preview-action) from 4 to 5. - [Release notes](https://github.com/pavi2410/html-preview-action/releases) - [Commits](https://github.com/pavi2410/html-preview-action/compare/v4...v5) --- updated-dependencies: - dependency-name: pavi2410/html-preview-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manual-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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