From c1beb2e66fa44b63676231ba1c3f710afb505af1 Mon Sep 17 00:00:00 2001 From: 82everywin <82everywin@gmail.com> Date: Tue, 8 Oct 2024 19:45:32 +0900 Subject: [PATCH] =?UTF-8?q?[Issue]=20Dockerfile=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 5e96fa7..d451cdc 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v4