From 1660fcf4e21db058c4c1e24040f8a172c971884a Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sat, 27 Jul 2024 16:29:01 -0500 Subject: [PATCH] chore(deps): use peaceiris/actions-gh-pages@v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0a4746..9d3329b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: npm run build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: deploy_key: ${{ secrets.DEPLOY_KEY }} publish_dir: ./dist