From d7af4ce4f37215a47ee441d34702cbaea6ad3306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 18:07:02 +0200 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 (#31) Signed-off-by: Renovate Bot --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index db2f61f..bad115b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -23,7 +23,7 @@ jobs: run: yarn build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: cname: thecloudsphere.io github_token: ${{ secrets.GITHUB_TOKEN }}