From 086ba15442b9a7cdadc3ab48d0084c560859b064 Mon Sep 17 00:00:00 2001 From: KoSeonJe <127813439+KoSeonJe@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:53:46 +0900 Subject: [PATCH] =?UTF-8?q?docs=20:=20ci-cd=20=EC=9E=90=EB=B0=94=20?= =?UTF-8?q?=EC=85=8B=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/prod-server-deployer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prod-server-deployer.yml b/.github/workflows/prod-server-deployer.yml index 161c04fe..4d95636a 100644 --- a/.github/workflows/prod-server-deployer.yml +++ b/.github/workflows/prod-server-deployer.yml @@ -13,8 +13,9 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v1 + uses: actions/setup-java@v4 with: + distribution: 'temurin' java-version: 17 - name: Set yaml file