From 819b2077405df17c9fcf47f3329837a47deda8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 08:13:08 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/charts.yml | 2 +- .github/workflows/ci.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 93c229f..12612fd 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout source code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Configure Git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6860b67..ace92eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: name: Go ${{ matrix.go }} version steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup go uses: actions/setup-go@v6 with: @@ -57,7 +57,7 @@ jobs: needs: [test] steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set Tag Name run: | RAW_REF="${{ github.head_ref || github.ref_name }}" @@ -130,7 +130,7 @@ jobs: - name: Create k8s Kind Cluster uses: helm/kind-action@v1.14.0 - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run K8s test run: | kubectl cluster-info @@ -182,7 +182,7 @@ jobs: # PR_NUMBER: ${{ github.event.number }} # steps: # - name: Check out repository code - # uses: actions/checkout@v6 + # uses: actions/checkout@v7 # - name: Auto Merge PR # uses: actions/github-script@v9 # with: