From 22ce70d9bbda0c0ea9038c2c41e8cb57f7c2467f Mon Sep 17 00:00:00 2001 From: goun-choe Date: Tue, 27 May 2025 11:38:48 +0900 Subject: [PATCH] Update GitHub Actions to use latest versions of configure-pages and deploy-pages actions --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2993434..e39b2c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Install run: npm i - name: Build @@ -44,14 +44,14 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 # Tagging job tag: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: "0" - name: Read packages.json