From 4118d2e4eb3ccd60a33360d1deb127c0d5fb1e79 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Wed, 21 May 2025 12:45:55 +0000 Subject: [PATCH] chore: update GitHub Actions to use deploy-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 43a2ab6..8583c80 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,4 +40,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file