From c4d5d13678a2fe621aabd0fbfe78d0843c88083a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:35:48 +0000 Subject: [PATCH] Update actions/configure-pages action to v4 --- .github/workflows/cd-storybook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd-storybook.yml b/.github/workflows/cd-storybook.yml index ddd07cac03..3b317b9e51 100644 --- a/.github/workflows/cd-storybook.yml +++ b/.github/workflows/cd-storybook.yml @@ -34,7 +34,7 @@ jobs: cache-dependency-path: ./frontend/package-lock.json # or yarn.lock cache: npm # or yarn - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v4 id: pages_config - name: Install dependencies run: npm ci