From 8b0b20fb404fc62ba02dbdea3288fd5fd84619ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:50:47 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95d6fd2..12f27c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0