From 2186a83af4941916f1c9c93f9c4e5f11375a7f31 Mon Sep 17 00:00:00 2001 From: Jake Mulley Date: Sun, 31 Dec 2023 17:26:29 +0000 Subject: [PATCH] Revert "Bump the github-actions group with 1 update" --- .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 ee51b48..7c4e67c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,5 +33,5 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v3 id: deployment