From 0e644c086168646de92f585e7ff0bc5c0e88ccce Mon Sep 17 00:00:00 2001 From: "renovate-operator-k3s[bot]" <271574149+renovate-operator-k3s[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:04:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4dc035c..9695b39 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Push chart uses: appany/helm-oci-chart-releaser@v0.5.0