From 1e26c62c4a20a50f25750f227dc993aa65151fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 08:52:25 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.6.0 to 1.6.2 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs_preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs_preview.yml b/.github/workflows/docs_preview.yml index 27382c22..30e95bcd 100644 --- a/.github/workflows/docs_preview.yml +++ b/.github/workflows/docs_preview.yml @@ -31,7 +31,7 @@ jobs: pip install -e .[dev,docs] make -C docs html - name: Deploy Preview - uses: rossjrw/pr-preview-action@v1.6.0 + uses: rossjrw/pr-preview-action@v1.6.2 with: source-dir: docs/_build/html preview-branch: gh-pages