From 695941f409eb59a4913159f6ca58082b389342dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:57:03 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/actions/helm-publish-chart in the catch-all group (#755) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/helm-publish-chart/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/helm-publish-chart/action.yml b/.github/actions/helm-publish-chart/action.yml index b315d4b50..307ca1c7c 100644 --- a/.github/actions/helm-publish-chart/action.yml +++ b/.github/actions/helm-publish-chart/action.yml @@ -40,7 +40,7 @@ runs: run: echo "CHECKOUT_PATH=$(uuidgen)" >> $GITHUB_ENV - name: Checkout charts repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: path: ${{ env.CHECKOUT_PATH }} repository: ${{ inputs.helm-charts-repo }}