From 47864a9129190c5aa78fbce0c9bc2872ddcabd88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:40:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yaml | 2 +- .github/workflows/daily.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5c9d97c..6d00c6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index a34b06e..32a70eb 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -24,10 +24,10 @@ jobs: id: go - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ matrix.repo.name }} path: .repo