From 11e430b115d5f7386e783e8795710ec316f5bb59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:47:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/chart.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index 73a84c2..85e20ae 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -30,7 +30,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Setup helm uses: azure/setup-helm@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa087d7..1900d59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0