From b32c3b6dd817631dbaa9aaba84051392e29ce69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:08:27 +0000 Subject: [PATCH] build(deps): bump rossjrw/pr-preview-action from 1.6.3 to 1.8.0 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.6.3 to 1.8.0. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/v1.6.3...v1.8.0) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8e6a0d0..84da3ea 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -76,7 +76,7 @@ jobs: - name: Deploy PR Preview if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main' - uses: rossjrw/pr-preview-action@v1.6.3 + uses: rossjrw/pr-preview-action@v1.8.0 with: # Note: This action works similarly - it deploys the contents of source-dir (./site) # to create a preview. It also does NOT check .gitignore, but since ./site only