From 27da209318c3670a76387e7ab5feb9fa6d0341d6 Mon Sep 17 00:00:00 2001 From: Matthew Toohey Date: Wed, 11 Feb 2026 22:42:51 -0500 Subject: [PATCH] Update action dependencies --- .github/workflows/gh-pages-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 75e44a1..34471d6 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -45,14 +45,14 @@ jobs: - name: Generate Static Website run: BASE_URL=/${{ github.event.repository.name }} bun generate - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v4 with: path: ./dist - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 # # Deployment job