From 7515ccfbe452a388732c35d268849c1e63c637d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:16:33 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.4.8 to 1.5.0 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.4.8 to 1.5.0. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.4.8...v1.5.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..a5090693 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.5.0 with: source-dir: docs/_build/html preview-branch: gh-pages