From b167199c048ac15a442f6bc597d6c0b3cc75c0e1 Mon Sep 17 00:00:00 2001 From: Kirk Haines Date: Fri, 3 May 2024 10:09:20 -0600 Subject: [PATCH] Update the deploy action to a much newer version. --- .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 6da4ee9..2bf8259 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,4 +81,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4