From 3447b11492802b84d47699fc2ba665b54b8a8ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 07:48:05 +0000 Subject: [PATCH] Bump rossjrw/pr-preview-action from 1.8.0 to 1.8.1 Bumps [rossjrw/pr-preview-action](https://github.com/rossjrw/pr-preview-action) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/rossjrw/pr-preview-action/releases) - [Commits](https://github.com/rossjrw/pr-preview-action/compare/5fd5f8e2f88e735fc3d1151302b32242037e3962...ffa7509e91a3ec8dfc2e5536c4d5c1acdf7a6de9) --- updated-dependencies: - dependency-name: rossjrw/pr-preview-action dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 2c09228..a22bf29 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -52,7 +52,7 @@ jobs: --minify \ --baseURL "https://trailofbits.github.io/testing-handbook-preview/pr-preview/pr-${{ github.event.number }}/" - name: Deploy preview - uses: rossjrw/pr-preview-action@5fd5f8e2f88e735fc3d1151302b32242037e3962 # v1 + uses: rossjrw/pr-preview-action@ffa7509e91a3ec8dfc2e5536c4d5c1acdf7a6de9 # v1 with: source-dir: ./public/ token: ${{ secrets.TESTING_HANDBOOK_PREVIEW_REPO }}