From 89b3c81cfa5ba66a4c99499f8e93d73e63a0d344 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Jun 2024 18:30:56 +0000 Subject: [PATCH] ci(deps): update helm/chart-testing-action digest to 9c98eaa --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index bd26d85..d29d90a 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -103,7 +103,7 @@ jobs: - name: Install chart-testing # TODO: pin to version when this is released: https://github.com/helm/chart-testing-action/pull/137 - uses: helm/chart-testing-action@4f62db170e3aa295575ba779f7141287841da474 # main + uses: helm/chart-testing-action@9c98eaab2efcdc7233e9c49d05cb68d0bec56aba # main with: version: ${{ env.HELM_CHART_TESTING_VERSION }}