From 2214da6c8885a1b3a0bdeb670e0f843a515e78da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 14:23:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 68e62fd..2eb3001 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: # REPOSITORY CHECKOUT # Full history not needed for linting current state - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # SMART CHANGE DETECTION # Detects Docker file changes to skip unnecessary runs @@ -156,7 +156,7 @@ jobs: # REPOSITORY CHECKOUT # Shallow clone sufficient for validation current state - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # SMART CHANGE DETECTION # Only runs when Docker Compose files change @@ -269,7 +269,7 @@ jobs: # REPOSITORY CHECKOUT # Full history not needed for security scanning - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # SMART CHANGE DETECTION FOR DOCKER FILES # Only scan if Docker-related files changed