From 7101abded9bdf9e8c923d3f101cdc1f71ad91782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:52:21 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 in /.github/actions/dbp-charts/verify-helm (#373) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/dbp-charts/verify-helm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/dbp-charts/verify-helm/action.yml b/.github/actions/dbp-charts/verify-helm/action.yml index f0062da1d..e67f762ca 100644 --- a/.github/actions/dbp-charts/verify-helm/action.yml +++ b/.github/actions/dbp-charts/verify-helm/action.yml @@ -60,7 +60,7 @@ runs: steps: - name: Checkout if: inputs.skip_checkout == 'false' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: aws-actions/configure-aws-credentials@v2