From ed8599071b43a294c0eb2dc467fc194de8b236cd Mon Sep 17 00:00:00 2001 From: miosakuma Date: Wed, 20 Sep 2023 12:51:59 +0900 Subject: [PATCH] =?UTF-8?q?Github=20Actions=20=E3=81=AE=20actions/checkout?= =?UTF-8?q?=20=E3=82=92=20v4=20=E3=81=AB=E3=81=82=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a5d395..51c5cb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 with: