From efb39f5fce0b866bcb7352d3822aaaf662ad9387 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:18:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 145c626..e158f8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📥 Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: ☕ Setup Java ${{ env.JAVA_VERSION }} uses: actions/setup-java@v4 @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0