From 916a3ffae4ff61154bc2e9e6bb117a095e0d84c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:43:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- .github/workflows/sync-upstream.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a88074..15930dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run_ci: ${{ steps.filter.outputs.run_ci }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Check changed paths id: filter @@ -44,7 +44,7 @@ jobs: if: needs.changes.outputs.run_ci == 'true' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Scan chart with kube-linter uses: stackrox/kube-linter-action@v1 @@ -70,7 +70,7 @@ jobs: if: needs.changes.outputs.run_ci == 'true' steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -105,7 +105,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0494b15..4e45c04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: should_release: ${{ steps.filter.outputs.should_release }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout (full history required for release notes) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index d2477e2..60a463a 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -35,7 +35,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ----------------------------------------------------------------------- - name: Install yq