From e9597af75223bdafa515a4a696c410b22e42f7b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:26:20 +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