From a0ff5ec2383b5b2db8d6823315f5148db49fe023 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:06:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/checkout?= =?UTF-8?q?=20action=20to=20v4.4.0?= 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 41e82942..39b35f30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: java: [ '8', '17' ] name: Java ${{ matrix.Java }} sample steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.4.0 - name: Setup java uses: actions/setup-java@v4 with: