From e7d31421b27bfe3f94b1f19638ae9b128c1bd75f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:31:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..3b4d772 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@v5 with: fetch-depth: 0 diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index a34b06e..12699b6 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@v5 - name: Check out source - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ matrix.repo.name }} path: .repo