From 8f843cc744f33187adddd698ace95eb7d78a169c Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 2 Sep 2024 21:36:19 -0300 Subject: [PATCH] pages: Use actions/deploy-pages@v4 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 20d61b49..173ea12b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -58,4 +58,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4