From 5eb0e2ea27a0cc84dbcec321156e5e3689d6323b Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Thu, 21 Dec 2023 00:02:52 +0100 Subject: [PATCH] Revert "chore(deps): update actions/deploy-pages action to v4" (see #367) This reverts commit 6c9e4786afd735373601388d59d7e4c0db4c694a. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 835059f4b..dd65e4ac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -109,4 +109,4 @@ jobs: # https://github.com/actions/deploy-pages - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v2