From c9f086a745e5bbb3409a5396cfc2732c0781a4ed Mon Sep 17 00:00:00 2001 From: Fixstars-momoko Date: Thu, 13 Mar 2025 12:32:07 -0700 Subject: [PATCH] update actions/deploy-pages to v3 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1b0e72..4e67edd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,4 +30,4 @@ jobs: with: path: 'build' - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v3