From ae7e48d5e1f53aa81711e552059d3e9677ea4f21 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 15 Feb 2024 16:36:32 +0100 Subject: [PATCH] Align `actions/deploy-pages@v3` (#137) --- .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 a37baac7..11979e5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,4 +45,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v3