From ca3d2205128c82d7104250f80a21aab621645010 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:08:40 -0400 Subject: [PATCH] ci: use v4 of actions/deploy-pages --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed18789..7af3fd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,4 +63,4 @@ jobs: # Deploy the book's HTML to GitHub Pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4