From dec232a3009ec32736a1f6f92ba6a7d253beff55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:06:27 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.6.0 to 1.6.1 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action dependency-version: 1.6.1 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..60077f48 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.1 with: source-dir: docs/_build/html preview-branch: gh-pages