From 07afb6c3a20d7a3bb8e3b4746c046132f1e5fd90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:37:19 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 35b0d69..5001847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "📥 Checkout Code (Full History)" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0