From 0f0f0a2d8ee41a32dde672c9ce80304b3c92b149 Mon Sep 17 00:00:00 2001 From: shindong96 <2006peter@naver.com> Date: Wed, 3 Apr 2024 17:38:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20checkout=20actions=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0b2ee66..bb507e8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: mysql password: 'password' - name: Checkout source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Change gradlew permission run: sudo chmod 755 gradlew