From 74e9abcbd33dc0e91b28b6d446b723f5573d040a Mon Sep 17 00:00:00 2001 From: SIMULATAN Bot Date: Mon, 11 Aug 2025 21:13:46 +0000 Subject: [PATCH] chore(workflows): Update actions/checkout action to v5 --- .github/workflows/release-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index 8a4ae24..8b147ec 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0