From ef48dd5104f43e3aa28498e4dab03fc166bbbece Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 10 May 2025 07:50:47 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e291c7..227807b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: access_token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: set up JDK 17 uses: actions/setup-java@v3 @@ -61,4 +61,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: build-reports - path: app/build/reports \ No newline at end of file + path: app/build/reports