From 7f6f265e35706bc382b962c9d252ebfa303d2b60 Mon Sep 17 00:00:00 2001 From: ImGabreuw Date: Thu, 23 Jan 2025 20:46:19 -0300 Subject: [PATCH] chore: upgrade actions/deploy-pages to 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 01aac68..61fd380 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,4 +57,4 @@ jobs: uses: actions/configure-pages@v3 - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4