From 0e4b5052b8ead7f0e3339e54a7519212aa3b09da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:06:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .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..9d694a5 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@v7 with: fetch-depth: 0 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index a34b06e..12a6fbf 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@v7 - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: repository: ${{ matrix.repo.name }} path: .repo