From 58a1cf1bf6199eb57f51297c95a8f6f89a46586e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:37:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9b7a6..15379bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: workflow_id: build-docker.yml access_token: ${{ github.token }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 30 persist-credentials: false