From 76668ba5b764a239ca31811a7c746bf9d8a6152b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:53:54 +0000 Subject: [PATCH] Update actions/checkout action to v6.1.0 --- .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 09dc738..82057ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.1.0 with: fetch-depth: 0 - name: Create temporary secrets.yaml