From 71372c0cd0e419c25c5a74106bb0e64faee3aae8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 Jan 2022 10:52:16 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.2.2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fee125f..13fc3a8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: - name: Generate storybook documentation run: yarn build:storybook - - uses: JamesIves/github-pages-deploy-action@4.1.5 + - uses: JamesIves/github-pages-deploy-action@v4.2.2 with: branch: gh-pages # The branch the action should deploy to. folder: .docs # The folder the action should deploy.