From b8b51d3d3b39e171e5634625d2f0681ec3c0e896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:53:44 +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 1532253..2f383e4 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