From 1ca53e5c52f2450d41d6384579a6203d842de73a Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Fri, 3 Oct 2025 10:49:20 +0300 Subject: [PATCH] Update actions checkout Signed-off-by: alexey semenyuk --- .github/workflows/helm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index b8ce5cc..1a77821 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -21,7 +21,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: chart-version run: |