From fafefa5f8ec28d05308686d2e18e21c13c8a79a5 Mon Sep 17 00:00:00 2001 From: Wyat Soule <71346930+wsoule@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:19:16 -0500 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index d14d9f3..46a7d53 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -94,4 +94,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4.0.4