From 286cbeb47f4355469e82d6c58942c419cb749bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Tue, 22 Jul 2025 18:48:40 +0900 Subject: [PATCH] chore: update deploy workflow to use actions/checkout@v4 --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0a56bf9..81186310 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,4 @@ ---- -name: 'deploy' +name: deploy on: push: @@ -11,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cloning repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0