From 0189c2e972c8226f54a241c3bcc13a56f20710de Mon Sep 17 00:00:00 2001 From: Takeru KIDO Date: Wed, 10 Apr 2024 18:49:54 +0900 Subject: [PATCH] Revert "Merge pull request #137 from infhyroyage/dependabot/github_actions/actions/configure-pages-5" This reverts commit 03aecd0a258b4947985f13fe7fce89d3bd35d7ba, reversing changes made to 01dcfcbc2757061fe4af3fadd028d16354c769f6. --- .github/workflows/build-deploy-pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-pages.yaml b/.github/workflows/build-deploy-pages.yaml index ee5b7f4..280f85a 100644 --- a/.github/workflows/build-deploy-pages.yaml +++ b/.github/workflows/build-deploy-pages.yaml @@ -50,7 +50,7 @@ jobs: cache: npm - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v4 with: # Automatically inject basePath in your Next.js configuration file and disable # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).