From 3f4bfeb4b21d1c4027e353969a56dae3e5219d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:35:38 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.4.7 to 1.4.8 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.4.7 to 1.4.8. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.4.7...v1.4.8) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action 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 c15e8248..a3e593ac 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.7 + uses: rossjrw/pr-preview-action@v1.4.8 with: source-dir: docs/_build/html preview-branch: gh-pages