From e9a5e55a8cbc5a2758f95957187c02bdff3cd535 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <123456+self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Tue, 10 Jan 2023 18:28:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index e346387..f8e5e16 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Configure Git