From 4e1a5b3930c6e614975d44bb5a51733fe657d2f2 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 3 Jan 2024 12:16:39 -0600 Subject: [PATCH] fix: set `deploy-pages` to `v4` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 660352a..d88405d 100644 --- a/action.yml +++ b/action.yml @@ -120,4 +120,4 @@ runs: - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4