From aae44c750e1b79b9fcdda6865118dd36911c0c47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:51:02 +0000 Subject: [PATCH] chore(deps): update rossjrw/pr-preview-action action to v1.5.0 --- .github/workflows/preview-storybook-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-storybook-pr.yaml b/.github/workflows/preview-storybook-pr.yaml index f9547d2658..2fcdd0d76f 100644 --- a/.github/workflows/preview-storybook-pr.yaml +++ b/.github/workflows/preview-storybook-pr.yaml @@ -52,6 +52,6 @@ jobs: STORYBOOK_PATH_PREFIX: "/pr-preview/pr-${{ github.event.number }}/" - name: Deploy Storybook to GitHub Pages - uses: rossjrw/pr-preview-action@v1.4.7 + uses: rossjrw/pr-preview-action@v1.5.0 with: source-dir: ./storybook-docs/storybook-static