From f3f62f34e5692a0e3ecc0c1a0d59a84f61d2295b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:58:40 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.4.8 to 1.6.0 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.4.8 to 1.6.0. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.4.8...v1.6.0) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 a3e593ac..27382c22 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.4.8 + uses: rossjrw/pr-preview-action@v1.6.0 with: source-dir: docs/_build/html preview-branch: gh-pages