From 399a7fa32f93a053fa71ce4d3b4e181768b5ec24 Mon Sep 17 00:00:00 2001 From: Kihoon Son <75935546+kihoon71@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:53:18 +0900 Subject: [PATCH] Update pages-deploy.yml debug build error. enable github action to take the nodejs20 --- .github/workflows/pages-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 1c4bd9d..7cea59c 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # submodules: true @@ -37,7 +37,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1